deprecated

WheeledVehicle is the base wheeled vehicle pawn actor.

Windows
MacOS
Linux

References

Module

PhysXVehicles

Header

/Engine/Plugins/Runtime/PhysXVehicles/Source/PhysXVehicles/Public/WheeledVehicle.h

Include

#include "WheeledVehicle.h"

Syntax

class deprecated
(
    "PhysX is deprecated. Use the AWheeledVehiclePawn from the ChaosVehiclePhysics Plugin."" Please update your code to the new API before upgrading to the next release,
    otherwise your project will no longer compile."
)

Remarks

WheeledVehicle is the base wheeled vehicle pawn actor. By default it uses UWheeledVehicleMovementComponent4W for its simulation, but this can be overridden by inheriting from the class and modifying its constructor like so: Super(ObjectInitializer.SetDefaultSubobjectClass(VehicleMovementComponentName)) Where UMyMovement is the new movement type that inherits from UWheeledVehicleMovementComponent

See Also

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