Navigation
API > API/Plugins > API/Plugins/BackChannel
BackChannelClient implementation.
| Name | FBackChannelThreadedListener |
| Type | class |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Utils/BackChannelThreadedConnection.h |
| Include Path | #include "BackChannel/Utils/BackChannelThreadedConnection.h" |
Syntax
class FBackChannelThreadedListener :
public FRunnable,
public TSharedFromThis< FBackChannelThreadedListener >
Inheritance Hierarchy
- FRunnable → FBackChannelThreadedListener
- TSharedFromThis< FBackChannelThreadedListener > → FBackChannelThreadedListener
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBackChannelThreadedListener() |
BackChannel/Utils/BackChannelThreadedConnection.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FBackChannelThreadedListener() |
BackChannel/Utils/BackChannelThreadedConnection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExitRequested | FThreadSafeBool | BackChannel/Utils/BackChannelThreadedConnection.h | ||
| bIsRunning | FThreadSafeBool | BackChannel/Utils/BackChannelThreadedConnection.h | ||
| Connection | TSharedPtr< IBackChannelSocketConnection > | BackChannel/Utils/BackChannelThreadedConnection.h | ||
| Delegate | FBackChannelListenerDelegate | BackChannel/Utils/BackChannelThreadedConnection.h | ||
| RunningCS | FCriticalSection | BackChannel/Utils/BackChannelThreadedConnection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRunning() |
BackChannel/Utils/BackChannelThreadedConnection.h | ||
void Start
(
TSharedRef< IBackChannelSocketConnection > InConnection, |
BackChannel/Utils/BackChannelThreadedConnection.h | ||
virtual void Stop() |
BackChannel/Utils/BackChannelThreadedConnection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 Run() |
BackChannel/Utils/BackChannelThreadedConnection.h |