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

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback