8 class FCharacterGroundConstraint;
9 class FCharacterGroundConstraintHandle;
10 class FDirtyChaosProperties;
11 struct FDirtyCharacterGroundConstraintData;
12 class FDirtyPropertiesManager;
68 bool bInitialized =
false;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition CharacterGroundConstraintContainer.h:35
Definition CharacterGroundConstraintProxy.h:18
CHAOS_API void BufferPhysicsResults(FDirtyCharacterGroundConstraintData &Buffer)
Manage Output Data.
Definition CharacterGroundConstraintProxy.cpp:140
const FCharacterGroundConstraintHandle * GetPhysicsThreadAPI() const
Definition CharacterGroundConstraintProxy.h:31
CHAOS_API void InitializeOnPhysicsThread(FPBDRigidsSolver *InSolver, FDirtyPropertiesManager &Manager, int32 DataIdx, FDirtyChaosProperties &RemoteData)
State Management.
Definition CharacterGroundConstraintProxy.cpp:42
virtual void * GetHandleUnsafe() const override
IPhysicsProxyBase Implementation.
Definition CharacterGroundConstraintProxy.h:54
CHAOS_API void PushStateOnPhysicsThread(FPBDRigidsSolver *InSolver, const FDirtyPropertiesManager &Manager, int32 DataIdx, const FDirtyChaosProperties &RemoteData)
Reads changed data from the game thread constraint into the physics thread constraint via the remote ...
Definition CharacterGroundConstraintProxy.cpp:76
FCharacterGroundConstraintHandle * GetPhysicsThreadAPI()
Definition CharacterGroundConstraintProxy.h:30
const FCharacterGroundConstraint * GetGameThreadAPI() const
Definition CharacterGroundConstraintProxy.h:28
CHAOS_API bool PullFromPhysicsState(const FDirtyCharacterGroundConstraintData &Buffer, const int32 SolverSyncTimestamp)
Write the output constraint data from the buffer to the game thread.
Definition CharacterGroundConstraintProxy.cpp:180
CHAOS_API void PushStateOnGameThread(FDirtyPropertiesManager &Manager, int32 DataIdx, FDirtyChaosProperties &RemoteData)
Pushes any changed data from the game thread constraint to the remote data.
Definition CharacterGroundConstraintProxy.cpp:103
FCharacterGroundConstraint * GetGameThreadAPI()
Member Access.
Definition CharacterGroundConstraintProxy.h:27
CHAOS_API void DestroyOnGameThread()
Deletes the game thread constraint.
Definition CharacterGroundConstraintProxy.cpp:111
CHAOS_API void DestroyOnPhysicsThread(FPBDRigidsSolver *InSolver)
Removes references to the physics thread constraint and deletes it.
Definition CharacterGroundConstraintProxy.cpp:120
Definition CharacterGroundConstraint.h:19
Definition ParticleDirtyFlags.h:1129
Definition ParticleDirtyFlags.h:1039
Definition PBDRigidsSolver.h:84
Definition PhysicsProxyBase.h:97
Definition SkeletalMeshComponent.h:307
FPBDRigidsSolver FPBDRigidsSolver
Definition PBDRigidsEvolutionFwd.h:15
Definition PullPhysicsDataImp.h:153