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

Public Member Functions

 FSortedParticleSet (const FString &InName, int32 InSize, int32 InPSysSize, int32 InModuleSize, int32 InComponentSize, int32 InComponentCount, FResourceSizeEx InComponentResourceSize, FResourceSizeEx InComponentTrueResourceSize)
 
 FSortedParticleSet (const FString &InName)
 
const FSortedParticleSetoperator+= (const FSortedParticleSet &InOther)
 
void Dump (FOutputDevice &InArchive)
 

Public Attributes

FString Name
 
int32 Size
 
int32 PSysSize
 
int32 ModuleSize
 
int32 ComponentSize
 
int32 ComponentCount
 
FResourceSizeEx ComponentResourceSize
 
FResourceSizeEx ComponentTrueResourceSize
 

Constructor & Destructor Documentation

◆ FSortedParticleSet() [1/2]

FSortedParticleSet::FSortedParticleSet ( const FString &  InName,
int32  InSize,
int32  InPSysSize,
int32  InModuleSize,
int32  InComponentSize,
int32  InComponentCount,
FResourceSizeEx  InComponentResourceSize,
FResourceSizeEx  InComponentTrueResourceSize 
)
inline

◆ FSortedParticleSet() [2/2]

FSortedParticleSet::FSortedParticleSet ( const FString &  InName)
inline

Member Function Documentation

◆ Dump()

void FSortedParticleSet::Dump ( FOutputDevice InArchive)
inline

◆ operator+=()

const FSortedParticleSet & FSortedParticleSet::operator+= ( const FSortedParticleSet InOther)
inline

Member Data Documentation

◆ ComponentCount

int32 FSortedParticleSet::ComponentCount

◆ ComponentResourceSize

FResourceSizeEx FSortedParticleSet::ComponentResourceSize

◆ ComponentSize

int32 FSortedParticleSet::ComponentSize

◆ ComponentTrueResourceSize

FResourceSizeEx FSortedParticleSet::ComponentTrueResourceSize

◆ ModuleSize

int32 FSortedParticleSet::ModuleSize

◆ Name

FString FSortedParticleSet::Name

◆ PSysSize

int32 FSortedParticleSet::PSysSize

◆ Size

int32 FSortedParticleSet::Size

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