Navigation
API > API/Editor > API/Editor/SubobjectDataInterface > API/Editor/SubobjectDataInterface/USubobjectDataSubsystem
Description
Attempt to find the subobject data for a given handle. OutData will only be valid if the function returns true.
| Name | K2_FindSubobjectDataFromHandle |
| Type | function |
| Header File | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include Path | #include "SubobjectDataSubsystem.h" |
| Source | /Engine/Source/Editor/SubobjectDataInterface/Private/SubobjectDataSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="SubobjectDataSubsystem",
Meta=(DisplayName="FindSubobjectDataFromHandle"))
bool K2_FindSubobjectDataFromHandle
(
const FSubobjectDataHandle & Handle,
FSubobjectData & OutData
) const
bool true if the data was found
Parameters
| Name | Remarks |
|---|---|
| Handle | Handle of the subobject data you want to acquire |
| OutData | Reference to the subobject data to populate |