Navigation
API > API/Editor > API/Editor/SubobjectDataInterface
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include | #include "SubobjectDataSubsystem.h" |
Syntax
struct FReparentSubobjectParams
Remarks
Options for reparenting subobjects
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< AActor > | ActorPreviewContext | The preview actor context to be used if in a blueprint context. | |
| TObjectPtr< UBlueprint > | BlueprintContext | Pointer to the blueprint context that this subobject is in. | |
| FSubobjectDataHandle | NewParentHandle | The handle of the subobject to reparent to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|