Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform
Inheritance Hierarchy
- FInputDeviceProperty
- FInputDeviceLightColorProperty
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
Include | #include "GenericPlatform/IInputInterface.h" |
Syntax
struct FInputDeviceLightColorProperty : public FInputDeviceProperty
Remarks
A generic light color property for input devices that have lights on them
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bEnable | If the light should be enabled or not. |
![]() |
FColor | Color | The color to set the light |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FInputDeviceLightColorProperty
(
bool bInEnable, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | PropertyName () |