Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/FSubobjectData
References
| Module | SubobjectDataInterface |
| Header | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectData.h |
| Include | #include "SubobjectData.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectData.cpp |
bool RemoveChildHandleOnly
&40;
const FSubobjectDataHandle & InHandle
&41;
Remarks
Add the given subobject handle as a child of this.
- NOTE: This does NOT do any actual manipulation of the subobject structure. This only updates this subobject to have the correct handles in it's child structure. Actual manipulation of subobjects should be done via the SubobjectSubsystem.