Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolWidgets
Interface class for RCProtocolBindingList widget
| Name | IRCProtocolBindingList |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocolWidgets/Public/IRCProtocolBindingList.h |
| Include Path | #include "IRCProtocolBindingList.h" |
Syntax
class IRCProtocolBindingList
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRCProtocolBindingList() |
Virtual destructor | IRCProtocolBindingList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FRemoteControlProtocolEntitySet | TSet< TSharedPtr< TStructOnScope< FRemoteControlProtocolEntity > > > | IRCProtocolBindingList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddProtocolBinding
(
const FName InProtocolName |
Adds a new protocol binding of specified type to the current view model. | IRCProtocolBindingList.h | |
FRemoteControlProtocolEntitySet GetAwaitingProtocolEntities() |
Get the set of entities which is awaiting state and waiting for binding | IRCProtocolBindingList.h | |
URemoteControlPreset * GetPreset() |
Returns the remote control preset for which this list is currently drawn | IRCProtocolBindingList.h | |
void OnStartRecording
(
TSharedPtr< TStructOnScope< FRemoteControlProtocolEntity > > InEntity |
Start recording incoming protocol message handler | IRCProtocolBindingList.h | |
void OnStopRecording
(
TSharedPtr< TStructOnScope< FRemoteControlProtocolEntity > > InEntity |
Stop recording incoming protocol message handler | IRCProtocolBindingList.h | |
bool Refresh
(
bool bNavigateToEnd |
Refresh protocol binding list. Returns false if the backing widget wasn't valid. | IRCProtocolBindingList.h |