FStreamableManager::CreateCombinedHandle

Creates a combined handle, which will wait for other handles to complete before completing.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

TSharedPtr< FStreamableHandle > CreateCombinedHandle
(
    const TConstArrayView< TSharedPtr< FStreamableHandle >> & ChildHandles,
    const FString & DebugName,
    EStreamableManagerCombinedHandleOptions Options
)

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

Parameter

Description

ChildHandles

List of handles to wrap into this one

DebugName

Name of this handle, will be reported in debug tools