FAerofoil::GetForce

Returns the combined force of lift and drag at an aerofoil in world coordinates for direct application to the aircrafts rigid body.

Choose your operating system:

Windows

macOS

Linux

References

Module

ChaosVehiclesCore

Header

/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/AerofoilSystem.h

Include

#include "AerofoilSystem.h"

Source

/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Private/AerofoilSystem.cpp

Syntax

FVector GetForce
(
    FTransform & BodyTransform,
    const FVector & v,
    float Altitude,
    float DeltaTime
)

Remarks

Returns the combined force of lift and drag at an aerofoil in world coordinates for direct application to the aircrafts rigid body.