INetworkMessagingExtension::RemoveEndpoint

Remove a static endpoint from the running configuration of the UDP 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 RemoveEndpoint
(
    const FString & InEndpoint
)

Remarks

Remove a static endpoint from the running configuration of the UDP messaging service This change is transient and does not modified saved configuration.

Parameters

Parameter

Description

InEndpoint

the endpoint to remove from 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