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 static mesh stats associated with passed in static mesh.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetStaticMeshStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FStaticMeshStats * GetStaticMeshStats
(
UStaticMesh * StaticMesh,
UPackage * LevelPackage
)
pointer to static mesh stats associated with static mesh
Parameters
| Name | Remarks |
|---|---|
| StaticMesh | Static mesh to retrieve/ create static mesh stats for |