IMessageReceiver::GetRecipientThread

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss