FAnalyzeReferencedContentStat::GetParticleStats

Retrieves/ creates particle stats associated with passed in particle system.

Windows
MacOS
Linux

Warnings

  • returns pointer into TMap, only valid till next time Set is called

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h

Include

#include "Commandlets/AnalyzeReferencedContentStat.h"

Syntax

FParticleStats * GetParticleStats
(
    UParticleSystem * ParticleSystem
)

Remarks

Retrieves/ creates particle stats associated with passed in particle system.

: returns pointer into TMap, only valid till next time Set is called

Returns

pointer to particle system stats associated with static mesh

Parameters

Parameter

Description

ParticleSystem

Particle system to retrieve/ create static mesh stats for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss