UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PawnMovementComponent.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "GameFramework/NavMovementComponent.h"
#include "PawnMovementComponent.generated.h"

Go to the source code of this file.

Classes

class  UPawnMovementComponent
 

Enumerations

enum class  EPhysicsStateAction : uint8 {
  AddForce , AddTorque , AddForceAtPosition , AddLinearVelocity ,
  AddAngularVelocity , AddVelocityAtPosition , AddLinearImpulse , AddAngularImpulse ,
  AddImpulseAtPosition , AddAcceleration , NumActions
}
 

Enumeration Type Documentation

◆ EPhysicsStateAction

enum class EPhysicsStateAction : uint8
strong

Enumerates all the action types that could be applied to the physics state

Enumerator
AddForce 
AddTorque 
AddForceAtPosition 
AddLinearVelocity 
AddAngularVelocity 
AddVelocityAtPosition 
AddLinearImpulse 
AddAngularImpulse 
AddImpulseAtPosition 
AddAcceleration 
NumActions