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

#include <ChaosVDQueryDataWrappers.h>

+ Inheritance diagram for FChaosVDQueryVisitStep:

Public Member Functions

CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

int32 OwningQueryID = INDEX_NONE
 
EChaosVDSceneQueryVisitorType Type = EChaosVDSceneQueryVisitorType::Invalid
 
uint32 ShapeIndex = 0
 
int32 ParticleIndex = INDEX_NONE
 
FTransform ParticleTransform
 
FChaosVDQueryFastData QueryFastData
 
EChaosVDCollisionQueryHitType HitType = EChaosVDCollisionQueryHitType::None
 
FChaosVDQueryHitData HitData
 
EChaosVDSQVisitRejectReason RejectReason = EChaosVDSQVisitRejectReason::None
 
int32 SolverID_Editor = INDEX_NONE
 

Static Public Attributes

static CHAOSVDRUNTIME_API FStringView WrapperTypeName = TEXT("FChaosVDQueryVisitStep")
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ Serialize()

bool FChaosVDQueryVisitStep::Serialize ( FArchive Ar)

Member Data Documentation

◆ HitData

FChaosVDQueryHitData FChaosVDQueryVisitStep::HitData

◆ HitType

◆ OwningQueryID

int32 FChaosVDQueryVisitStep::OwningQueryID = INDEX_NONE

◆ ParticleIndex

int32 FChaosVDQueryVisitStep::ParticleIndex = INDEX_NONE

◆ ParticleTransform

FTransform FChaosVDQueryVisitStep::ParticleTransform

◆ QueryFastData

FChaosVDQueryFastData FChaosVDQueryVisitStep::QueryFastData

◆ RejectReason

EChaosVDSQVisitRejectReason FChaosVDQueryVisitStep::RejectReason = EChaosVDSQVisitRejectReason::None

◆ ShapeIndex

uint32 FChaosVDQueryVisitStep::ShapeIndex = 0

◆ SolverID_Editor

int32 FChaosVDQueryVisitStep::SolverID_Editor = INDEX_NONE

Cached solver id property populated and used during playback of an already loaded file . This should not be serialized

◆ Type

◆ WrapperTypeName

FStringView FChaosVDQueryVisitStep::WrapperTypeName = TEXT("FChaosVDQueryVisitStep")
static

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