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 ReparentSubobject
&40;
const FReparentSubobjectParams & Params,
const FSubobjectDataHandle & ToReparentHandle
&41;
Remarks
Attempts to reparent the given subobject to the new parent True if the reparent was successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| NewParentHandle | Handle of the new parent |
| ToReparentHandle | The handle of the subobject that will get moved |