![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FRenderingThread:Public Member Functions | |
| FRenderingThread () | |
| virtual | ~FRenderingThread () |
| virtual bool | Init (void) override |
| virtual void | Exit (void) override |
| void | SetupRenderThread () |
| virtual uint32 | Run (void) override |
Public Member Functions inherited from FRunnable | |
| virtual void | Stop () |
| virtual class FSingleThreadRunnable * | GetSingleThreadInterface () |
| virtual | ~FRunnable () |
Public Attributes | |
| FEvent * | TaskGraphBoundSyncEvent |
The rendering thread runnable object.
|
inline |
|
inlinevirtual |
|
inline |
| FEvent* FRenderingThread::TaskGraphBoundSyncEvent |
Sync event to make sure that render thread is bound to the task graph before main thread queues work against it.