Choose your operating system:
Windows
macOS
Linux
| IMessageReceiver::GetRecipientThread()
|
Module |
|
Header |
/Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h |
Include |
#include "IMessageReceiver.h" |
ENamedThreads::Type GetRecipientThread() const
Gets the name of the thread on which to receive messages.
If the recipient's ReceiveMessage() is thread-safe, return ThreadAny for best performance.
Name of the receiving thread.