FAerofoil::GetForce

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss