IBackChannelConnection

Declares the interface for a BackChannel connection

Windows
MacOS
Linux

References

Module

BackChannel

Header

/Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelConnection.h

Include

#include "BackChannel/IBackChannelConnection.h"

Syntax

class IBackChannelConnection

Remarks

Declares the interface for a BackChannel connection

Destructors

Name Description

Public function Virtual

~IBackChannelConnection()

Functions

Name Description

Public function

FDelegateHan...

 

AddRouteDelegate

(
    FStringView Path,
    FBackChannelRouteDelegate::FDelegat...
)

Bind a delegate to a message address

Public function

TBackChannel...

 

CreatePacket()

Public function Const

FString

 

GetProtocolName()

Public function

void

 

RemoveRouteDelegate

(
    FStringView Path,
    FDelegateHandle& InHandle
)

Remove a delegate handle

Public function

int

 

SendPacket

(
    const TBackChannelSharedPtr< IBackC...
)

Public function

void

 

SetBufferSizes

(
    int32 DesiredSendSize,
    int32 DesiredReceiveSize
)

Set the specified send and receive buffer sizes, if supported

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