Navigation
API > API/Plugins > API/Plugins/RemoteControlUI > API/Plugins/RemoteControlUI/UI
References
| Module | RemoteControlUI |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/UI/IRCPanelExposedEntitiesListSettingsForProtocol.h |
| Include | #include "UI/IRCPanelExposedEntitiesListSettingsForProtocol.h" |
Syntax
class IRCPanelExposedEntitiesListSettingsForProtocol
Remarks
Interface to store and recall settings for an entity list for a specific protocol
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRCPanelExposedEntitiesListSettingsData | GetListSettings
(
URemoteControlPreset* Preset |
Returns the list settings that should be applied to the exposed entities list | |
| FName | Returns the protocol name | ||
| void | OnSettingsChanged
(
URemoteControlPreset* Preset, |
Called when the corresponding entity list changed. Useful to store the current settings. |