UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSolverCollisionData Struct Reference

#include <RecordedTransformTrack.h>

Public Member Functions

 FSolverCollisionData ()
 
 FSolverCollisionData (FVector InLocation, FVector InAccumulatedImpulse, FVector InNormal, FVector InVelocity1, FVector InVelocity2, FVector InAngularVelocity1, FVector InAngularVelocity2, float InMass1, float InMass2, int32 InParticleIndex, int32 InLevelsetIndex, int32 InParticleIndexMesh, int32 InLevelsetIndexMesh)
 

Public Attributes

FVector Location
 
FVector AccumulatedImpulse
 
FVector Normal
 
FVector Velocity1
 
FVector Velocity2
 
FVector AngularVelocity1
 
FVector AngularVelocity2
 
float Mass1
 
float Mass2
 
int32 ParticleIndex
 
int32 LevelsetIndex
 
int32 ParticleIndexMesh
 
int32 LevelsetIndexMesh
 

Constructor & Destructor Documentation

◆ FSolverCollisionData() [1/2]

FSolverCollisionData::FSolverCollisionData ( )
inline

◆ FSolverCollisionData() [2/2]

FSolverCollisionData::FSolverCollisionData ( FVector  InLocation,
FVector  InAccumulatedImpulse,
FVector  InNormal,
FVector  InVelocity1,
FVector  InVelocity2,
FVector  InAngularVelocity1,
FVector  InAngularVelocity2,
float  InMass1,
float  InMass2,
int32  InParticleIndex,
int32  InLevelsetIndex,
int32  InParticleIndexMesh,
int32  InLevelsetIndexMesh 
)
inline

Member Data Documentation

◆ AccumulatedImpulse

FVector FSolverCollisionData::AccumulatedImpulse

◆ AngularVelocity1

FVector FSolverCollisionData::AngularVelocity1

◆ AngularVelocity2

FVector FSolverCollisionData::AngularVelocity2

◆ LevelsetIndex

int32 FSolverCollisionData::LevelsetIndex

◆ LevelsetIndexMesh

int32 FSolverCollisionData::LevelsetIndexMesh

◆ Location

FVector FSolverCollisionData::Location

◆ Mass1

float FSolverCollisionData::Mass1

◆ Mass2

float FSolverCollisionData::Mass2

◆ Normal

FVector FSolverCollisionData::Normal

◆ ParticleIndex

int32 FSolverCollisionData::ParticleIndex

◆ ParticleIndexMesh

int32 FSolverCollisionData::ParticleIndexMesh

◆ Velocity1

FVector FSolverCollisionData::Velocity1

◆ Velocity2

FVector FSolverCollisionData::Velocity2

The documentation for this struct was generated from the following file: