INetworkMessagingExtension::AddEndpoint

Add an endpoint to the running configuration of this messaging service This change is transient and does not modified saved configuration.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "INetworkMessagingExtension.h"

Syntax

void AddEndpoint
(
    const FString & InEndpoint
)

Remarks

Add an endpoint to the running configuration of this messaging service This change is transient and does not modified saved configuration.

Parameters

Parameter

Description

InEndpoint

the endpoint string to add to the running service, should be in the form .

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