FStreamableManager::CreateCombinedHandle

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

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 TArray< TSharedPtr< FStreamableHandle > > & ChildHandles,
    const FString & DebugName
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss