TAsyncResult::GetProgess

Get an object that indicates the progress of the 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< IAsyncProgress > GetProgess() const

Remarks

Get an object that indicates the progress of the task that is computing the result.

Returns

Task progress 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