Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCSignatureAction.h |
| Include | #include "RCSignatureAction.h" |
Syntax
struct FRCSignatureActionIcon
Remarks
Editor information on the Icon of a given Action Names are explicitly used over FSlateIcon to avoid a dependency on Slate Core API
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | BaseColor | Color of the Base Icon | |
| TOptional< FLinearColor > | OverlayColor | Optional Color of the Overlay Icon (if any). Uses the Icon Color if not set | |
| FName | OverlayStyleName | Name of the style for the overlay icon (if any) | |
| FName | StyleName | Name of the style for the icon | |
| FName | StyleSetName | Name of the style set the icon can be found in |