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