TAsyncResult

Overload list

Windows
MacOS
Linux
Name Description

Public function

TAsyncResult()

Default constructor.

Public function

TAsyncResult

(
    const ResultType& Result
)

Creates and initializes a new instance with the given synchronous result value.

Public function

TAsyncResult

(
    TAsyncResult&& Other
)

Move constructor.

Private function

TAsyncResult

(
    const TAsyncResult&
)

Hidden copy constructor (async results cannot be copied).

Public function

TAsyncResult

(
    TFuture< ResultType >&& InFuture,
    const TSharedPtr< IAsyncProgress > ...,
    const TSharedPtr< IAsyncTask >& In...
)

Creates and initializes a new instance

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