Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
References
| Module | RemoteControlUI |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/IHasProtocolExtensibility.h |
| Include | #include "IHasProtocolExtensibility.h" |
Syntax
class IHasProtocolExtensibility
Remarks
A simple interface provides protocol specific utilities.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const bool | Returns true when the derived classes has two or more protocol bindings. | ||
| TSharedRef< SWidget > | GetProtocolWidget
(
const FName ForColumnName, |
Retrieves the protocol specific widget if protocol is specified, column specific widget otherwise. | |
| const bool | Ensures the derived classes supports protocols. | ||
| void | OnProtocolTextChanged
(
const FText& InText, |
Callback for the editable text's OnTextChanged event. | |
| const bool | SupportsProtocol
(
const FName& InProtocolName |
Determines whether the derived class supports the given protocol. |