Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FAnalyzeReferencedContentStat
Warnings * returns pointer into TMap, only valid till next time Set is called
Description
- Retrieves/ creates particle stats associated with passed in particle system.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetParticleStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FParticleStats * GetParticleStats
(
UParticleSystem * ParticleSystem
)
pointer to particle system stats associated with static mesh
Parameters
| Name | Remarks |
|---|---|
| ParticleSystem | Particle system to retrieve/ create static mesh stats for |