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