Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
bool AttachSubobject
&40;
const FSubobjectDataHandle & OwnerHandle,
const FSubobjectDataHandle & ChildToAddHandle
&41;
Remarks
Add the given subobject to a new owner. This will remove the subobject from its previous owner if necessary. true if the child was added successfully
Parameters
| Name | Description |
|---|---|
| OwnerHandle | The new owner to attach to |
| ChildToAddHandle | Handle to the subobject that will become a child of the owner |