Navigation
API > API/Runtime > API/Runtime/Core > API/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. |