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

#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
 

Member Function Documentation

◆ Serialize()

bool FChaosVDAABBTreePayloadBoundsElement::Serialize ( FArchive Ar)

Member Data Documentation

◆ ActualBounds

FBox FChaosVDAABBTreePayloadBoundsElement::ActualBounds = FBox(ForceInitToZero)

Real Bounds of the element at the time we recorded the AABB Tree

◆ Bounds

FBox FChaosVDAABBTreePayloadBoundsElement::Bounds = FBox(ForceInitToZero)

Bounds used to add this element into the AABBTree

◆ ParticleIndex

int32 FChaosVDAABBTreePayloadBoundsElement::ParticleIndex = INDEX_NONE

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