FAnalyzeReferencedContentStat::GetTextureStats

Retrieves/ creates texture stats associated with 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

FTextureStats * GetTextureStats
(
    UTexture * Texture
)

Remarks

Retrieves/ creates texture stats associated with passed in texture.

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

Returns

pointer to texture stats associated with texture

Parameters

Parameter

Description

Texture

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