UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsProxyBase.h File Reference
#include "Chaos/Declares.h"
#include "UObject/GCObject.h"
#include "Chaos/Core.h"
#include "HAL/IConsoleManager.h"

Go to the source code of this file.

Classes

struct  FProxyTimestampBase
 
struct  TTimestampProperty< TPropertyType >
 
struct  FSingleParticleProxyTimestamp
 
struct  FGeometryCollectionProxyTimestamp
 
struct  FClusterUnionProxyTimestamp
 
class  IPhysicsProxyBase
 
struct  PhysicsProxyWrapper
 
struct  FErrorInterpolationSettings
 
struct  FProxyInterpolationBase
 
struct  FProxyInterpolationError
 
struct  FProxyInterpolationErrorVelocity
 

Namespaces

namespace  Chaos
 
namespace  RenderInterpolationCVars
 

Enumerations

enum class  EPhysicsProxyType : uint32 {
  NoneType = 0 , StaticMeshType = 1 , GeometryCollectionType = 2 , FieldType = 3 ,
  SkeletalMeshType = 4 , JointConstraintType = 8 , SuspensionConstraintType = 9 , CharacterGroundConstraintType = 10 ,
  SingleParticleProxy , ClusterUnionProxy , Count
}
 
enum class  EProxyInterpolationType : uint32 { Base = 0 , ErrorLinear = 1 , ErrorVelocity = 2 }
 

Enumeration Type Documentation

◆ EPhysicsProxyType

enum class EPhysicsProxyType : uint32
strong
Enumerator
NoneType 
StaticMeshType 
GeometryCollectionType 
FieldType 
SkeletalMeshType 
JointConstraintType 
SuspensionConstraintType 
CharacterGroundConstraintType 
SingleParticleProxy 
ClusterUnionProxy 
Count 

◆ EProxyInterpolationType

Enumerator
Base 
ErrorLinear 
ErrorVelocity