IMessageReceiver::GetRecipientThread

Gets the name of the thread on which to receive messages.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMessageReceiver::GetRecipientThread()

FMessageEndpoint::GetRecipientThread()

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h

Include

#include "IMessageReceiver.h"

Syntax

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.

Returns

Name of the receiving thread.

See Also