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

#include <SQTypes.h>

+ Inheritance diagram for ChaosInterface::FRaycastHit:

Public Member Functions

CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 
- Public Member Functions inherited from ChaosInterface::FLocationHit
CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 
bool operator< (const FLocationHit &Other) const
 
- Public Member Functions inherited from ChaosInterface::FQueryHit
 FQueryHit ()
 
CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 
- Public Member Functions inherited from ChaosInterface::FActorShape
CHAOS_API void Serialize (Chaos::FChaosArchive &Ar)
 

Public Attributes

float U
 
float V
 
- Public Attributes inherited from ChaosInterface::FLocationHit
FHitFlags Flags
 
FVector WorldPosition
 
FVector WorldNormal
 
float Distance
 
- Public Attributes inherited from ChaosInterface::FQueryHit
int32 FaceIndex
 
FVector FaceNormal { EForceInit::ForceInitToZero }
 
int32 ElementIndex
 
- Public Attributes inherited from ChaosInterface::FActorShape
Chaos::FGeometryParticleActor
 
const Chaos::FPerShapeDataShape
 

Member Function Documentation

◆ Serialize()

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

Member Data Documentation

◆ U

float ChaosInterface::FRaycastHit::U

◆ V

float ChaosInterface::FRaycastHit::V

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