TAsyncResult::TAsyncResult

Creates and initializes a new instance

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/AsyncResult.h

Include

#include "Async/AsyncResult.h"

Syntax

TAsyncResult
(
    TFuture< ResultType > && InFuture,
    const TSharedPtr< IAsyncProgress > & InProgress,
    const TSharedPtr< IAsyncTask > & InTask
)

Remarks

Creates and initializes a new instance

Parameters

Parameter

Description

InFuture

The future to set.

InProgress

The progress object (optional).

InTask

The task object object (optional).

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