Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FUdpSocketReceiver
- FRunnable::GetSingleThreadInterface()
- FUdpSocketReceiver::GetSingleThreadInterface()
References
Module | Networking |
Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h |
Include | #include "Common/UdpSocketReceiver.h" |
virtual FSingleThreadRunnable &42; GetSingleThreadInterface&40;&41;
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.