Navigation
API > API/Runtime > API/Runtime/ApplicationCore
A generic gyro calibration property for input devices whose gyroscopes (angular velocity sensors) can have their calibration enabled or disabled
| Name | FInputDeviceGyroAutoCalibrationProperty |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/IInputInterface.h |
| Include Path | #include "GenericPlatform/IInputInterface.h" |
Syntax
struct FInputDeviceGyroAutoCalibrationProperty : public FInputDeviceProperty
Inheritance Hierarchy
- FInputDeviceProperty → FInputDeviceGyroAutoCalibrationProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/IInputInterface.h | |||
FInputDeviceGyroAutoCalibrationProperty
(
bool bInEnable |
GenericPlatform/IInputInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnable | bool | If gyro auto calibration should be enabled. | GenericPlatform/IInputInterface.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName PropertyName() |
GenericPlatform/IInputInterface.h |