UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MassArchetypeData.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::Mass
 
namespace  UE::Mass::Private
 

Functions

 DECLARE_CYCLE_STAT (TEXT("Mass Archetype BatchAdd"), STAT_Mass_ArchetypeBatchAdd, STATGROUP_Mass)
 
uint32 UE::Mass::SanitizeChunkMemorySize (const uint32 InChunkMemorySize, const bool bLogMismatch=true)
 

Variables

constexpr int32 UE::Mass::Private::UninitializedInt32 = -1
 
constexpr uint32 UE::Mass::Private::MinChunkMemorySize = 1024
 
constexpr uint32 UE::Mass::Private::MaxChunkMemorySize = 512 * 1024
 

Function Documentation

◆ DECLARE_CYCLE_STAT()

DECLARE_CYCLE_STAT ( TEXT("Mass Archetype BatchAdd" ,
STAT_Mass_ArchetypeBatchAdd  ,
STATGROUP_Mass   
)