UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInputDeviceGyroAutoCalibrationProperty Struct Reference

#include <IInputInterface.h>

+ Inheritance diagram for FInputDeviceGyroAutoCalibrationProperty:

Public Member Functions

 FInputDeviceGyroAutoCalibrationProperty ()
 
 FInputDeviceGyroAutoCalibrationProperty (bool bInEnable)
 
- Public Member Functions inherited from FInputDeviceProperty
 FInputDeviceProperty (FName InName)
 

Static Public Member Functions

static FName PropertyName ()
 

Public Attributes

bool bEnable = true
 
- Public Attributes inherited from FInputDeviceProperty
FName Name
 

Detailed Description

A generic gyro calibration property for input devices whose gyroscopes (angular velocity sensors) can have their calibration enabled or disabled

Constructor & Destructor Documentation

◆ FInputDeviceGyroAutoCalibrationProperty() [1/2]

FInputDeviceGyroAutoCalibrationProperty::FInputDeviceGyroAutoCalibrationProperty ( )
inline

◆ FInputDeviceGyroAutoCalibrationProperty() [2/2]

FInputDeviceGyroAutoCalibrationProperty::FInputDeviceGyroAutoCalibrationProperty ( bool  bInEnable)
inline

Member Function Documentation

◆ PropertyName()

static FName FInputDeviceGyroAutoCalibrationProperty::PropertyName ( )
inlinestatic

Member Data Documentation

◆ bEnable

bool FInputDeviceGyroAutoCalibrationProperty::bEnable = true

If gyro auto calibration should be enabled.


The documentation for this struct was generated from the following file: