Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Finds the first instance of a contextual data struct which is attached to this handle.
| Name | FindFirstContextDataOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
template<typename T>
TSharedPtr < T > FindFirstContextDataOfType() const
Either nullptr, or TSharedPtr to the first instance of a T on this handle.