FAnalyzeReferencedContentStat::GetTextureToParticleSystemStats

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

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

FTextureToParticleSystemStats * GetTextureToParticleSystemStats
(
    UTexture * InTexture
)

Remarks

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

Returns

pointer to textureinparticlesystem stats

Parameters

Parameter

Description

InTexture

The texture to retrieve/create 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