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 |
FSubobjectDataHandle FindHandleForObject
&40;
const FSubobjectDataHandle & Context,
const UObject &42; ObjectToFind,
UBlueprint &42; BPContext
&41; const
Remarks
Attempt to find an existing handle for the given object. FSubobjectDataHandle The subobject handle for the object, Invalid handle if not found.
Parameters
| Name | Description |
|---|---|
| Context | The context that the object to find is within |
| ObjectToFind | The object that you want to find the handle for within the context |