ChaosVehicles

Choose your operating system:

Windows

macOS

Linux

Classes

Name

Description

Public class UClass Abstract BlueprintType Config

AWheeledVehiclePawn

ChaosWheeledVehicle is the base wheeled vehicle pawn actor.

Public struct UStruct

FAnimNode_StageCoachWheelController

Simple controller that replaces or adds to the translation/rotation of a single bone.

Public struct UStruct

FAnimNode_WheelController

Simple controller that replaces or adds to the translation/rotation of a single bone.

Public struct UStruct BlueprintType

FBaseSnapshotData

Public struct

FChaosVehicleAsyncInput

Per Vehicle Input State from Game Thread to Physics Thread

Public struct

FChaosVehicleAsyncOutput

Async Output Data

Public struct

FChaosVehicleDefaultAsyncInput

Public class

FChaosVehicleManager

Public class

FChaosVehicleManagerAsyncCallback

Async callback from the Physics Engine where we can perform our vehicle simulation

Public struct

FChaosVehicleManagerAsyncInput

Public struct

FChaosVehicleManagerAsyncOutput

Async Output for all of the vehicles handled by this Vehicle Manager

Public struct UStruct

FChaosWheelSetup

Public struct

FControlInputs

Public class

FDeferredForces

Public struct

FPhysicsVehicleOutput

Per Vehicle Output State from Physics Thread to Game Thread

Public struct UStruct

FVehicleAerofoilConfig

Public struct UStruct

FVehicleAnimationInstanceProxy

Proxy override for this UAnimInstance-derived class

Public struct

FVehicleDebugParams

Public struct UStruct

FVehicleDifferentialConfig

Public struct UStruct

FVehicleEngineConfig

Public struct UStruct

FVehicleInputRateConfig

Public struct UStruct

FVehicleReplicatedState

Public struct UStruct

FVehicleStabilizeControlConfig

Public struct

FVehicleState

Commonly used state - evaluated once used wherever required

Public struct UStruct

FVehicleSteeringConfig

Public struct UStruct

FVehicleTargetRotationControlConfig

Public struct UStruct

FVehicleThrustConfig

Public struct UStruct

FVehicleTorqueControlConfig

Public struct UStruct

FVehicleTransmissionConfig

Public struct

FWheelAnimationData

Public struct UStruct BlueprintType

FWheeledSnaphotData

Public struct

FWheeledVehicleDebugParams

Public struct UStruct BlueprintType

FWheelSnapshot

Public struct

FWheelsOutput

Public struct

FWheelState

Commonly used Wheel state - evaluated once used wherever required for that frame

Public struct UStruct BlueprintType

FWheelStatus

Structure containing information about the status of a single wheel of the vehicle.

Public class

IChaosVehiclesPlugin

The public interface to this module

Public class UClass Abstract HideCategories

UChaosVehicleMovementComponent

Base component to handle the vehicle simulation for an actor.

Public class

UChaosVehicleSimulation

Public class UClass Blueprintable, BlueprintType

UChaosVehicleWheel

Public class UClass ClassGroup, HideCategories, Meta

UChaosWheeledVehicleMovementComponent

Public class

UChaosWheeledVehicleSimulation

Public class UClass Transient

UVehicleAnimationInstance

Enums

Name

Description

Public enum UEnum

EAxleType

Public enum

EChaosAsyncVehicleDataType

Public enum

EDebugPages

There is too much information for one screen full of debug data, so sub-pages of information are available Advance through pages using p.Vehicles.NextDebugPage | p.Vehicles.PrevDebugPage which can be hooked up to the keyboard or a controller in blueprint using execCommand

Public enum

EForceFlags

Public enum UEnum

EInputFunctionType

Input Options

Public enum UEnum

ESteeringType

Single angle : both wheels steer by the same amount AngleRatio : outer wheels on corner steer less than the inner ones by set ratio Ackermann : Ackermann steering principle is applied

Public enum UEnum

ESweepShape

Public enum UEnum

ESweepType

Public enum UEnum

EVehicleAerofoilType

Public enum UEnum

EVehicleDifferential

Public enum UEnum

EVehicleThrustType

Functions

Name Description

Public function

constexpr bo...

 

operator!

(
    EForceFlags E
)

Public function

constexpr EF...

 

operator&

(
    EForceFlags Lhs,
    EForceFlags Rhs
)

Public function

EForceFlags ...

 

operator&=

(
    EForceFlags& Lhs,
    EForceFlags Rhs
)

Public function

constexpr EF...

 

operator^

(
    EForceFlags Lhs,
    EForceFlags Rhs
)

Public function

EForceFlags ...

 

operator^=

(
    EForceFlags& Lhs,
    EForceFlags Rhs
)

Public function

constexpr EF...

 

operator|

(
    EForceFlags Lhs,
    EForceFlags Rhs
)

Public function

EForceFlags ...

 

operator|=

(
    EForceFlags& Lhs,
    EForceFlags Rhs
)

Public function

constexpr EF...

 

operator~

(
    EForceFlags E
)

Variables

Name Description

Public variable

 

STATGROUP_Advanced