Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageReceiver
Description
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.
| Name | IsLocal |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h |
| Include Path | #include "IMessageReceiver.h" |
bool IsLocal() const
true if this recipient is local, false otherwise.
See Also
- IsRemote