![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| uint8 FChaosVDQueryFastData::bParallel0 |
| uint8 FChaosVDQueryFastData::bParallel1 |
| uint8 FChaosVDQueryFastData::bParallel2 |
| double FChaosVDQueryFastData::CurrentLength = 0.0 |
| FVector FChaosVDQueryFastData::Dir = FVector::ZeroVector |
| double FChaosVDQueryFastData::InvCurrentLength = 0.0 |
| FVector FChaosVDQueryFastData::InvDir = FVector::ZeroVector |