Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const TConstArrayView< TSharedPtr< FStreamableHandle >> & ChildHandles,
const FString & DebugName,
EStreamableManagerCombinedHandleOptions Options
)
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.
Parameter |
Description |
---|---|
ChildHandles |
List of handles to wrap into this one |
DebugName |
Name of this handle, will be reported in debug tools |