TAsyncQueuedWork::DoThreadedWork

This is where the real thread work is done.

Windows
MacOS
Linux

Override Hierarchy

IQueuedWork::DoThreadedWork()

TAsyncQueuedWork::DoThreadedWork()

References

Module

Core

Header

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

Include

#include "Async/Async.h"

Syntax

virtual void DoThreadedWork()

Remarks

This is where the real thread work is done. All work that is done for this queued object should be done from within the call to this function.

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