Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine > API/Runtime/Engine/Engine/FStreamableManager
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
Include | #include "Engine/StreamableManager.h" |
Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
TSharedPtr< FStreamableHandle > CreateCombinedHandle
&40;
const TConstArrayView< TSharedPtr< FStreamableHandle >> & ChildHandles,
const FString & DebugName,
EStreamableManagerCombinedHandleOptions Options
&41;
Remarks
Creates a combined handle, which will wait for other handles to complete before completing. The child handles will be held as hard references as long as this handle is active.
Parameters
Name | Description |
---|---|
ChildHandles | List of handles to wrap into this one |
DebugName | Name of this handle, will be reported in debug tools |