FMessageEndpoint::GetListenerThread

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

Windows
MacOS
Linux

Override Hierarchy

IBusListener::GetListenerThread()

FMessageEndpoint::GetListenerThread()

References

Module

MessagingCommon

Header

/Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h

Include

#include "MessageEndpoint.h"

Syntax

virtual ENamedThreads::Type GetListenerThread() const

Remarks

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

If the listener's Notify[*] methods are thread-safe, return ThreadAny for best performance.

Returns

Name of the listener thread.

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