Open 3D Engine OpenParticleSystem Gem API Reference 26.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
OpenParticle::Distribution Struct Reference

Classes

struct  CurveCache
 

Public Member Functions

 AZ_CLASS_ALLOCATOR (Distribution, AZ::SystemAllocator, 0)
 
void Clear ()
 
void ClearCaches ()
 
void GetDistributionIndex (AZStd::list< AZStd::any > &dist)
 
void GetDistributionIndex (AZStd::any &dist)
 
void ClearDistributionIndex ()
 
void SortDistributionIndex ()
 
void RebuildDistribution ()
 
void RebuildDistributionIndex ()
 
bool CheckDistributionIndex ()
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZStd::vector< Random * > randoms
 
AZStd::vector< Curve * > curves
 
AZStd::unordered_map< AZStd::string, AZStd::vector< Random * > > randomCaches
 
AZStd::unordered_map< AZStd::string, CurveCachecurveCaches
 
DistInfos distInfos
 
AZStd::vector< size_t > stashedRandomIndexes
 
AZStd::vector< size_t > stashedCurveIndexes
 

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