Choose your operating system:
Windows
macOS
Linux
| IMessageReceiver::IsLocal()
|
Module |
|
Header |
/Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h |
Include |
#include "IMessageReceiver.h" |
bool IsLocal() const
Checks whether this recipient represents a local endpoint.
Local recipients are located in the current thread or process. Recipients located in other processes on the same machine or on remote machines are considered remote.
true if this recipient is local, false otherwise.