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

#include <ChaosVDQueryDataWrappers.h>

+ Inheritance diagram for FChaosVDQueryFastData:

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

FVector Dir = FVector::ZeroVector
 
FVector InvDir = FVector::ZeroVector
 
double CurrentLength = 0.0
 
double InvCurrentLength = 0.0
 
uint8 bParallel0: 1 = false
 
uint8 bParallel1: 1 = false
 
uint8 bParallel2: 1 = false
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ Serialize()

bool FChaosVDQueryFastData::Serialize ( FArchive Ar)

Member Data Documentation

◆ bParallel0

uint8 FChaosVDQueryFastData::bParallel0

◆ bParallel1

uint8 FChaosVDQueryFastData::bParallel1

◆ bParallel2

uint8 FChaosVDQueryFastData::bParallel2

◆ CurrentLength

double FChaosVDQueryFastData::CurrentLength = 0.0

◆ Dir

FVector FChaosVDQueryFastData::Dir = FVector::ZeroVector

◆ InvCurrentLength

double FChaosVDQueryFastData::InvCurrentLength = 0.0

◆ InvDir

FVector FChaosVDQueryFastData::InvDir = FVector::ZeroVector

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