UChaosVehicleMovementComponent::AddForceAtPosition

Add a force at a particular position (world space when bIsLocalForce = false, body space otherwise)

Windows
MacOS
Linux

References

Module

ChaosVehicles

Header

/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleMovementComponent.h

Include

#include "ChaosVehicleMovementComponent.h"

Source

/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Private/ChaosVehicleMovementComponent.cpp

Syntax

void AddForceAtPosition
(
    const FVector & Force,
    const FVector & Position,
    bool bAllowSubstepping,
    bool bIsLocalForce
)

Remarks

Add a force at a particular position (world space when bIsLocalForce = false, body space otherwise)

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