ITcpMessagingModule

IConnectionBasedMessagingModule interface allows adding/removing of connections.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

ITcpMessagingModule

References

Module

TcpMessaging

Header

/Engine/Plugins/Messaging/TcpMessaging/Source/TcpMessaging/Public/ITcpMessagingModule.h

Include

#include "ITcpMessagingModule.h"

Syntax

class ITcpMessagingModule : public IModuleInterface

Remarks

IConnectionBasedMessagingModule interface allows adding/removing of connections.

Functions

Name Description

Public function

void

 

AddOutgoingConnection

(
    const FString& Endpoint
)

Public function

void

 

RemoveOutgoingConnection

(
    const FString& Endpoint
)

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