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

#include <ChaosVDParticleDataWrapper.h>

+ Inheritance diagram for FChaosVDParticleBounds:

Public Member Functions

 FChaosVDParticleBounds ()
 
CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
template<typename TOther >
void CopyFrom (const TOther &Other)
 
template<typename TOther >
void CopyTo (TOther &Other) const
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

FVector MMin = FVector(ForceInit)
 
FVector MMax = FVector(ForceInit)
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Constructor & Destructor Documentation

◆ FChaosVDParticleBounds()

FChaosVDParticleBounds::FChaosVDParticleBounds ( )
inline

Member Function Documentation

◆ CopyFrom()

template<typename TOther >
void FChaosVDParticleBounds::CopyFrom ( const TOther Other)
inline

◆ CopyTo()

template<typename TOther >
void FChaosVDParticleBounds::CopyTo ( TOther Other) const
inline

◆ Serialize()

bool FChaosVDParticleBounds::Serialize ( FArchive Ar)

Member Data Documentation

◆ MMax

FVector FChaosVDParticleBounds::MMax = FVector(ForceInit)

◆ MMin

FVector FChaosVDParticleBounds::MMin = FVector(ForceInit)

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