FStreamableManager::RequestAsyncLoad

Lambda Wrappers. Be aware that Callback may go off multiple seconds in the future.

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 > RequestAsyncLoad
(
    TArray< FSoftObjectPath > TargetsToStream,
    TFunction< void()> && Callback,
    TAsyncLoadPriority Priority,
    bool bManageActiveHandle,
    bool bStartStalled,
    FString DebugName
)

Remarks

Lambda Wrappers. Be aware that Callback may go off multiple seconds in the future.

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