IMessageReceiver::IsLocal

Checks whether this recipient represents a local endpoint.

Windows
MacOS
Linux

Override Hierarchy

IMessageReceiver::IsLocal()

FMessageEndpoint::IsLocal()

References

Module

Messaging

Header

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

Include

#include "IMessageReceiver.h"

Syntax

bool IsLocal() const

Remarks

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.

Returns

true if this recipient is local, false otherwise.

See Also

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