![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChaosVDQueryDataWrappers.h>
Inheritance diagram for FChaosVDQueryHitData: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 | |
| float | Distance = 0.0f |
| int32 | FaceIdx = INDEX_NONE |
| uint16 | Flags = 0 |
| FVector | WorldPosition = FVector::ZeroVector |
| FVector | WorldNormal = FVector::ZeroVector |
| FVector | FaceNormal = FVector::ZeroVector |
Additional Inherited Members | |
Protected Attributes inherited from FChaosVDWrapperDataBase | |
| bool | bHasValidData = false |
| float FChaosVDQueryHitData::Distance = 0.0f |
| int32 FChaosVDQueryHitData::FaceIdx = INDEX_NONE |
| FVector FChaosVDQueryHitData::FaceNormal = FVector::ZeroVector |
This is not used for Line Traces
| uint16 FChaosVDQueryHitData::Flags = 0 |
| FVector FChaosVDQueryHitData::WorldNormal = FVector::ZeroVector |
| FVector FChaosVDQueryHitData::WorldPosition = FVector::ZeroVector |