Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolWidgets
References
Module | RemoteControlProtocolWidgets |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocolWidgets/Public/IRCProtocolBindingList.h |
Include | #include "IRCProtocolBindingList.h" |
Syntax
class IRCProtocolBindingList
Remarks
Interface class for RCProtocolBindingList widget
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddProtocolBinding
(
const FName InProtocolName |
Adds a new protocol binding of specified type to the current view model. |
![]() ![]() |
FRemoteControlProtocolEntitySet | Get the set of entities which is awaiting state and waiting for binding | |
![]() |
void | OnStartRecording
(
TSharedPtr< TStructOnScope< FRemoteControlProtocolEntity >> InEntity |
Start recording incoming protocol message handler |
![]() |
void | OnStopRecording
(
TSharedPtr< TStructOnScope< FRemoteControlProtocolEntity >> InEntity |
Stop recording incoming protocol message handler |
![]() |
bool | Refresh
(
bool bNavigateToEnd |
Refresh protocol binding list. Returns false if the backing widget wasn't valid. |
Typedefs
Name | Description |
---|---|
FRemoteControlProtocolEntitySet |