TAsyncResult::GetTask

Get the asynchronous task that is computing the result.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/AsyncResult.h"

Syntax

TSharedPtr< IAsyncTask > GetTask() const

Remarks

Get the asynchronous task that is computing the result.

Returns

Task object, or nullptr if not available.

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