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 texture in particle system stats associated with the passed in texture.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetTextureToParticleSystemStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FTextureToParticleSystemStats * GetTextureToParticleSystemStats
(
UTexture * InTexture
)
pointer to textureinparticlesystem stats
Parameters
| Name | Remarks |
|---|---|
| InTexture | The texture to retrieve/create stats for |