Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageReceiver
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h |
Include | #include "IMessageReceiver.h" |
ENamedThreads::Type GetRecipientThread() const
Remarks
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.