![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 () |
Static Public Attributes | |
| static CHAOSVDRUNTIME_API FStringView | WrapperTypeName = TEXT("FChaosVDQueryVisitStep") |
Additional Inherited Members | |
Protected Attributes inherited from FChaosVDWrapperDataBase | |
| bool | bHasValidData = false |
| FChaosVDQueryHitData FChaosVDQueryVisitStep::HitData |
| EChaosVDCollisionQueryHitType FChaosVDQueryVisitStep::HitType = EChaosVDCollisionQueryHitType::None |
| int32 FChaosVDQueryVisitStep::OwningQueryID = INDEX_NONE |
| int32 FChaosVDQueryVisitStep::ParticleIndex = INDEX_NONE |
| FTransform FChaosVDQueryVisitStep::ParticleTransform |
| FChaosVDQueryFastData FChaosVDQueryVisitStep::QueryFastData |
| EChaosVDSQVisitRejectReason FChaosVDQueryVisitStep::RejectReason = EChaosVDSQVisitRejectReason::None |
| uint32 FChaosVDQueryVisitStep::ShapeIndex = 0 |
| 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
| EChaosVDSceneQueryVisitorType FChaosVDQueryVisitStep::Type = EChaosVDSceneQueryVisitorType::Invalid |
|
static |