Navigation
API > API/Runtime > API/Runtime/ApplicationCore
Base class for device properties that affect Triggers
| Name | FInputDeviceTriggerProperty |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
Syntax
struct FInputDeviceTriggerProperty : public FInputDeviceProperty
Inheritance Hierarchy
- FInputDeviceProperty → FInputDeviceTriggerProperty
Derived Classes
FInputDeviceTriggerProperty derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInputDeviceTriggerProperty
(
FName InName |
GenericPlatform/IInputInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AffectedTriggers | EInputDeviceTriggerMask | Which trigger this property should effect | GenericPlatform/IInputInterface.h |