Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageReceiver
Description
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 | GetRecipientThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h |
| Include Path | #include "IMessageReceiver.h" |
ENamedThreads::Type GetRecipientThread() const
Name of the receiving thread.