UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TBVCellElement< TPayloadType, T, d > Struct Template Reference

#include <BoundingVolume.h>

Public Member Functions

void Serialize (FChaosArchive &Ar)
 

Public Attributes

TAABB< T, d > Bounds
 
TPayloadType Payload
 
TVector< int32, 3 > StartIdx
 
TVector< int32, 3 > EndIdx
 

Member Function Documentation

◆ Serialize()

template<typename TPayloadType , typename T , int d>
void Chaos::TBVCellElement< TPayloadType, T, d >::Serialize ( FChaosArchive Ar)
inline

Member Data Documentation

◆ Bounds

template<typename TPayloadType , typename T , int d>
TAABB<T, d> Chaos::TBVCellElement< TPayloadType, T, d >::Bounds

◆ EndIdx

template<typename TPayloadType , typename T , int d>
TVector<int32, 3> Chaos::TBVCellElement< TPayloadType, T, d >::EndIdx

◆ Payload

template<typename TPayloadType , typename T , int d>
TPayloadType Chaos::TBVCellElement< TPayloadType, T, d >::Payload

◆ StartIdx

template<typename TPayloadType , typename T , int d>
TVector<int32, 3> Chaos::TBVCellElement< TPayloadType, T, d >::StartIdx

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