Navigation
Unreal Engine C++ API Reference > Plugins > TcpMessaging
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
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddOutgoingConnection
(
const FString& Endpoint |
|
![]() |
void | RemoveOutgoingConnection
(
const FString& Endpoint |