Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
Description
Get a handle to the subobject with the given context with a specific parent. If the context is already a known child of the parent, then it will return an existing subobject handle.
| Name | FactoryCreateSubobjectDataWithParent |
| Type | function |
| Header File | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include Path | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
FSubobjectDataHandle FactoryCreateSubobjectDataWithParent
(
UObject * Context,
const FSubobjectDataHandle & ParentHandle,
bool bIsInheritedSCS
)