Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
Description
Gather all subobjects that the given UObject context has. Populates an array of handles that will have the given context and all it's subobjects.
| Name | GatherSubobjectData |
| Type | function |
| Header File | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include Path | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
void GatherSubobjectData
(
UObject * Context,
TArray < FSubobjectDataHandle > & OutArray
)
Parameters
| Name | Remarks |
|---|---|
| Context | Object to gather subobjects for |
| OutArray | Array to populate (will be emptied first) |