Navigation
API > API/Runtime > API/Runtime/Engine
Data required for setting the Input Device Color
| Name | FDeviceColorData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include Path | #include "GameFramework/InputDeviceProperties.h" |
Syntax
USTRUCT (BlueprintType )
struct FDeviceColorData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnable | bool | True if the light should be enabled at all | GameFramework/InputDeviceProperties.h |
|
| bResetAfterCompletion | bool | If true, the light color will be reset to "off" after this property has been evaluated. | GameFramework/InputDeviceProperties.h |
|
| LightColor | FColor | The color to set the light on | GameFramework/InputDeviceProperties.h |
|