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 K2_FindSubobjectDataFromHandle
&40;
const FSubobjectDataHandle & Handle,
FSubobjectData & OutData
&41; const
Remarks
Attempt to find the subobject data for a given handle. OutData will only be valid if the function returns true. bool true if the data was found
Parameters
| Name | Description |
|---|---|
| Handle | Handle of the subobject data you want to acquire |
| OutData | Reference to the subobject data to populate |