Menu
Lumberyard
C++ API Reference (Version 1.10)

AZ::ComponentApplication::Descriptor::DynamicModuleDescriptor Class Reference

Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more.

Describes a dynamic module that the application uses. More...

Static Public Member Functions

static void ReflectSerialize ( SerializeContext *context)
Reflects this class to the AZ::SerializeContext and AZ::EditContext . More...

Public Attributes

OSString m_dynamicLibraryPath
Path to the module. More...

Detailed Description

Describes a dynamic module that the application uses.

Member Function Documentation

ReflectSerialize()

static void AZ::ComponentApplication::Descriptor::DynamicModuleDescriptor::ReflectSerialize ( SerializeContext * context )
static

Reflects this class to the AZ::SerializeContext and AZ::EditContext .

The serialize context contains information about every Lumberyard class that might need to be saved to persistent storage. The edit context exposes class data to Lumberyard Editor.

Member Data Documentation

m_dynamicLibraryPath

OSString AZ::ComponentApplication::Descriptor::DynamicModuleDescriptor::m_dynamicLibraryPath

Path to the module.


The documentation for this class was generated from the following file: