![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChaosVDAccelerationStructureDataWrappers.h>
Inheritance diagram for FChaosVDAABBTreePayloadBoundsElement: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 | ParticleIndex = INDEX_NONE |
| FBox | Bounds = FBox(ForceInitToZero) |
| FBox | ActualBounds = FBox(ForceInitToZero) |
Additional Inherited Members | |
Protected Attributes inherited from FChaosVDWrapperDataBase | |
| bool | bHasValidData = false |
| FBox FChaosVDAABBTreePayloadBoundsElement::ActualBounds = FBox(ForceInitToZero) |
Real Bounds of the element at the time we recorded the AABB Tree
| FBox FChaosVDAABBTreePayloadBoundsElement::Bounds = FBox(ForceInitToZero) |
Bounds used to add this element into the AABBTree
| int32 FChaosVDAABBTreePayloadBoundsElement::ParticleIndex = INDEX_NONE |