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 |
static FSubobjectDataHandle GetActorRootHandle
&40;
const FSubobjectDataHandle & StartingHandle
&41;
Remarks
Walk the hierarchy up to find the AActor root for the given handle The handle of the root actor if one exists, FSubobjectDataHandle::InvalidHandle otherwise.
Parameters
| Name | Description |
|---|---|
| StartingHandle | The handle to start walking the hierarchy at |