![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StreamableManager.h>
Inheritance diagram for TStreamableHandleContextData< SubClassType >:Static Public Member Functions | |
| static TStreamableHandleContextDataTypeID | GetClassTypeId () |
Additional Inherited Members | |
Protected Member Functions inherited from FStreamableHandleContextDataBase | |
| FStreamableHandleContextDataBase (TStreamableHandleContextDataTypeID TypeId) | |
Protected Member Functions inherited from TSharedFromThis< FStreamableHandleContextDataBase, ESPMode::ThreadSafe > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from FStreamableHandleContextDataBase | |
| static ENGINE_API TStreamableHandleContextDataTypeID | AllocateClassTypeId () |
Static Protected Member Functions inherited from TSharedFromThis< FStreamableHandleContextDataBase, ESPMode::ThreadSafe > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Templated struct that provides type tags (no RTTI) for internal data used on StreamableHandle Type IDs are not stable across multiple processes, so should never be directly serialized or stored.
|
inline |
|
inlinestatic |