IMessageReceiver::IsRemote

Checks whether this recipient represents a remote endpoint.

Choose your operating system:

Windows

macOS

Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageReceiver.h

Include

#include "IMessageReceiver.h"

Syntax

bool IsRemote() const

Remarks

Checks whether this recipient represents a remote 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.

Returns

true if this recipient is remote, false otherwise.

See Also