Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
- IBusListener::GetListenerThread()
- FMessageEndpoint::GetListenerThread()
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
virtual ENamedThreads::Type GetListenerThread&40;&41; 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. Name of the listener thread.