11#if VEHICLE_DEBUGGING_ENABLED
29 , UpAxis(
FVector(0.f, 0.f, 1.f))
32 , MaxControlAngle(1.f)
37 , LiftMultiplier(1.0f)
38 , DragMultiplier(1.0f)
84 return Setup().UpAxis;
89 return Setup().Offset;
92 FVector GetCenterOfLiftOffset();
107 float CalcCentreOfLift();
122 float CurrentAirDensity;
124 float ControlSurfaceAngle;
131#if VEHICLE_DEBUGGING_ENABLED
#define UE_ENABLE_OPTIMIZATION
Definition CoreMiscDefines.h:60
#define UE_DISABLE_OPTIMIZATION
Definition CoreMiscDefines.h:59
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32 Offset
Definition VulkanMemory.cpp:4033
Definition AerofoilSystem.h:59
FAerofoil()
Definition AerofoilSystem.h:61
void SetAerofoilId(int Id)
Definition AerofoilSystem.h:67
void SetControlSurface(float CtrlSurfaceInput)
Definition AerofoilSystem.h:72
void SetDensityOfMedium(float InDensity)
Definition AerofoilSystem.h:77
FVector GetOffset()
Definition AerofoilSystem.h:87
FVector GetAxis()
Definition AerofoilSystem.h:82
Definition VehicleSystemTemplate.h:13
Definition SkeletalMeshComponent.h:307
EAerofoilType
Definition AerofoilSystem.h:18
float v
Definition radaudio_mdct.cpp:62
Definition AerofoilSystem.h:26
float MinCeiling
Definition AerofoilSystem.h:51
float LiftMultiplier
Definition AerofoilSystem.h:54
FVector UpAxis
Definition AerofoilSystem.h:44
float MaxControlAngle
Definition AerofoilSystem.h:47
float Area
Definition AerofoilSystem.h:45
EAerofoilType Type
Definition AerofoilSystem.h:53
FVector Offset
Definition AerofoilSystem.h:43
float StallAngle
Definition AerofoilSystem.h:48
FAerofoilConfig()
Definition AerofoilSystem.h:27
float MaxCeiling
Definition AerofoilSystem.h:50
float DragMultiplier
Definition AerofoilSystem.h:55
float Camber
Definition AerofoilSystem.h:46