Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Crawls out to the outermost handle and returns it. Since we could have multiple Parent handles, we might have a tie. In cases of a tie, the eldest parent handle (so, lower indices) will win.
| Name | GetOutermostHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
TSharedPtr < FStreamableHandle > GetOutermostHandle()
The single parent which is the most outer, or this if no Parent Handle