UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ImmediatePhysicsCore.h File Reference

Go to the source code of this file.

Namespaces

namespace  ImmediatePhysics_Shared
 

Enumerations

enum class  ImmediatePhysics_Shared::EActorType { ImmediatePhysics_Shared::StaticActor , ImmediatePhysics_Shared::KinematicActor , ImmediatePhysics_Shared::DynamicActor }
 
enum class  ImmediatePhysics_Shared::EForceType { ImmediatePhysics_Shared::AddForce , ImmediatePhysics_Shared::AddAcceleration , ImmediatePhysics_Shared::AddImpulse , ImmediatePhysics_Shared::AddVelocity }
 

Detailed Description

This is for declarations that are shared by both PhysX and Chaos implementations. This will be included in the engine-specific implementations and therefore should never pull in any headers or declare any types that are in the engine-specific namespaces (which would results in some types from each engine being brought into the other).