FGraphEvent::IsComplete

Determine if the event has been completed. This can be used to poll for completion.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

bool IsComplete() const

Remarks

Determine if the event has been completed. This can be used to poll for completion.

Returns

true if this event has completed. CAUTION: If this returns false, the event could still end up completing before this function even returns. In other words, a false return does not mean that event is not yet completed!

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