Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAddNewSubobjectParams | Options when adding a new subobject | ||
| FBaseSubobjectDataFactory | This is the default subobject data factory that will provide a simple | ||
| FChildActorSubobjectData | Container that represents the subobejct data of a child actor component. | ||
| FChildSubobjectDataFactory | This is the default subobject data factory that will provide a simple | ||
| FCreateSubobjectParams | Options for creating a new subobject data via the factory | ||
| FInheritedSubobjectData | Container that represents the subobject data of a child actor component. | ||
| FInheritedSubobjectDataFactory | This subobject data factory will create native and blueprint inherited subobjects | ||
| FReparentSubobjectParams | Options for reparenting subobjects | ||
| FSubobjectData | A struct that represents a single subobject. | ||
| FSubobjectDataHandle | A subobject handle is a globally unique identifier for subobjects Upon construction, the handle will be invalid. | ||
| FSubobjectDataInterfaceModule | |||
| FSubobjectFactoryManager | The factory manager keeps a map of all registered factories that can be used to spawn Subobject Data. | ||
| ISubobjectDataFactory | A subobject data factory will handle the creation of subobject data. | ||
| USubobjectDataBlueprintFunctionLibrary | A function library with wrappers around the getter/setter functions for FSubobjectData that will make it easier to use within blueprint contexts. | ||
| USubobjectDataSubsystem | The Subobject Data Subsystem will produce the reflected subobject data based on a given root object. |