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 |
void K2_GatherSubobjectDataForBlueprint
&40;
UBlueprint &42; Context,
TArray< FSubobjectDataHandle > & OutArray
&41;
Remarks
Gather all subobjects that the given Blueprint context has. Populates an array of handles that will have the given context and all it's subobjects.
Parameters
| Name | Description |
|---|---|
| Context | Object to gather subobjects for |
| OutArray | Array to populate (will be emptied first) |