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 primitive stats.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetPrimitiveStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FPrimitiveStats * GetPrimitiveStats
(
UObject * Object,
UPackage * LevelPackage
)
pointer to primitive stats associated with object (ModelComponent, TerrainComponent)
Parameters
| Name | Remarks |
|---|---|
| Object | Object to retrieve/ create primitive stats for |