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

#include <SQTypes.h>

+ Inheritance diagram for ChaosInterface::FQueryHit:

Public Member Functions

 FQueryHit ()
 
CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 
- Public Member Functions inherited from ChaosInterface::FActorShape
CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 

Public Attributes

int32 FaceIndex
 
FVector FaceNormal { EForceInit::ForceInitToZero }
 
int32 ElementIndex
 
- Public Attributes inherited from ChaosInterface::FActorShape
Chaos::FGeometryParticleActor
 
const Chaos::FPerShapeDataShape
 

Constructor & Destructor Documentation

◆ FQueryHit()

ChaosInterface::FQueryHit::FQueryHit ( )
inline

Member Function Documentation

◆ Serialize()

void ChaosInterface::FQueryHit::Serialize ( Chaos::FChaosArchive Ar)

Member Data Documentation

◆ ElementIndex

int32 ChaosInterface::FQueryHit::ElementIndex

◆ FaceIndex

int32 ChaosInterface::FQueryHit::FaceIndex

Face index of touched triangle, for triangle meshes, convex meshes and height fields. Defaults to -1 if face index is not available

◆ FaceNormal

FVector ChaosInterface::FQueryHit::FaceNormal { EForceInit::ForceInitToZero }

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