Navigation
API > API/Runtime > API/Runtime/Engine
A property that can be used to change the color of an input device's light over time with a curve
NOTE: This property has platform specific implementations and may behave differently per platform. See the docs for more details on each platform.
| Name | UColorInputDeviceCurveProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include Path | #include "GameFramework/InputDeviceProperties.h" |
Syntax
UCLASS (Blueprintable, BlueprintType, Meta=(DisplayName="Device Color (Curve)"))
class UColorInputDeviceCurveProperty : public UInputDeviceProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInputDeviceProperty → UColorInputDeviceCurveProperty
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InternalProperty | FInputDeviceLightColorProperty | The internal light color property that this represents; | GameFramework/InputDeviceProperties.h |