Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
Inheritance Hierarchy
- FSingleThreadRunnable
- FAsyncWriter
- FDMXOutputPort
- FMonitoredProcess
- FSerializedUATProcess
- FOnlineAsyncTaskManager
- FUdpSocketReceiver
- FUdpSocketSender
- IAudioMixerPlatformInterface
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SingleThreadRunnable.h |
Include | #include "Misc/SingleThreadRunnable.h" |
Syntax
class FSingleThreadRunnable
Remarks
Interface for ticking runnables when there's only one thread available and multithreading is disabled.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Tick () |
Tick function. |