New website · Preview
3DImage not available
3D model download

Easy Flight Model download unreal engine 4 assets

Preview 1: /watch?v=ZiUyCK9HqDc (from first example project)Preview 2: /watch?v=z0hXVZMwNTU (from second example project)Example Project 1 : Example Project 2 (UE 4.26): Tutorial Playlist: /playlist?list=PLpdNKDbSpbwV4xJCTI-9l_SGJjedPvAp9 Works by taking loca

Model code
47677
5.00 USD
ABOUT THIS MODEL

Description & specifications

Preview 1: /watch?v=ZiUyCK9HqDc (from first example project)

Preview 2: /watch?v=z0hXVZMwNTU (from second example project)

Example Project 1 :

Example Project 2 (UE 4.26):


Tutorial Playlist: /playlist?list=PLpdNKDbSpbwV4xJCTI-9l_SGJjedPvAp9


Works by taking location, velocity, mass and other properties of physics object its attached to, computing aerodynamic forces that would act on it, and applying them as physics impulses. Can be used to simulate almost any fixed wing airplane, as well as bombs, missiles and similar objects.

Technical Details

List of Modules:

- "easyfm" (Runtime)


List of Features:

-Lift, drag - uses a curve to vary coefficient depending on angle of attack.-Can simulate lift and drag caused by sideways movement - for vehicles with vertical lifting surfaces.

-Buoyancy - can also simulate balloons and airships.

-Stabilization - Neutral and control trim simulated, can use control curves to vary for realistic stalls.

-Control surfaces - w/ curves to vary control efficiency based on AoA. -Additional lift devices - flaps and spoilers, deployment/retraction time simulated.

-Engine - control curves, thrust redirection for VTOL.

-Dynamic air density - affecting all aerodynamic forces, default curves based on real world measurements included.

-Mach - lift, drag, stability and engine thrust can be varied depending on mach number.

-Ground effect - using raycast against terrain mesh

-Fly-by-wire computer assists.

-Guidance - automatically adjust controls to steer towards target vector using PID controller.

-Linear mode - optional unrealistic mode for more "slidey" arcade physics.

-Code plugin - works in both C++ and blueprint-only projects.

-Can run in physx substep to increase accuracy.

-Net movement replication with smoothing and jitter filter.

-Complete blueprint integration - all variables can be read and changed.

-No hardcoded parameters.

-Includes bonus very simple raycast landing gear simulation

-Full source code included.

-Lift asymmetry simulation (new in 2.30)


Intended Platforms: Desktop

Platforms Tested: Windows, Linux

Documentation Included: No

Important/Additional Notes: Multiplayer world origin rebasing is only supported in UE4.14+