Navigation
API > API/Plugins > API/Plugins/RemoteControl
Base data for a color represented as its position on a color wheel.
| Name | FColorWheelColorBase |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFunctionLibrary.h |
| Include Path | #include "RemoteControlFunctionLibrary.h" |
Syntax
USTRUCT (Blueprintable)
struct FColorWheelColorBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Position | FVector2D | The position on the unit circle. Magnitude should be in range [0, 1]. | RemoteControlFunctionLibrary.h | |
| Value | double | The color's value component (as in HSV). | RemoteControlFunctionLibrary.h |