Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAsyncWriter
- FRunnable::GetSingleThreadInterface()
- FAsyncWriter::GetSingleThreadInterface()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceFile.h |
| Include | #include "Misc/OutputDeviceFile.h" |
virtual FSingleThreadRunnable * GetSingleThreadInterface()
Remarks
Gets single thread interface pointer used for ticking this runnable when multi-threading is disabled. If the interface is not implemented, this runnable will not be ticked when FPlatformProcess::SupportsMultithreading() is false. Pointer to the single thread interface or nullptr if not implemented.