RequestAsyncLoad

Overload list

Windows
MacOS
Linux
Name Description

Public function

TSharedPtr< ...

 

RequestAsyncLoad

(
    TArray< FSoftObjectPath > TargetsTo...,
    FStreamableDelegate DelegateToCall,
    TAsyncLoadPriority Priority,
    bool bManageActiveHandle,
    bool bStartStalled,
    FString DebugName
)

This is the primary streamable operation.

Public function

TSharedPtr< ...

 

RequestAsyncLoad

(
    const FSoftObjectPath& TargetToStr...,
    FStreamableDelegate DelegateToCall,
    TAsyncLoadPriority Priority,
    bool bManageActiveHandle,
    bool bStartStalled,
    FString DebugName
)

Public function

TSharedPtr< ...

 

RequestAsyncLoad

(
    TArray< FSoftObjectPath > TargetsTo...,
    TFunction< void()>&& Callback,
    TAsyncLoadPriority Priority,
    bool bManageActiveHandle,
    bool bStartStalled,
    FString DebugName
)

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

Public function

TSharedPtr< ...

 

RequestAsyncLoad

(
    const FSoftObjectPath& TargetToStr...,
    TFunction< void()>&& Callback,
    TAsyncLoadPriority Priority,
    bool bManageActiveHandle,
    bool bStartStalled,
    FString DebugName
)

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