TAsyncResult::TAsyncResult

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/AsyncResult.h"

Syntax

TAsyncResult
(
    const ResultType & Result
)

Remarks

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

Parameters

Parameter

Description

Result

The result value to set.

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