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 lighting optimization stats associated with passed in static mesh actor.
-
returns pointer into TMap, only valid till next time Set is called
| Name | GetLightingOptimizationStats |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
| Include Path | #include "Commandlets/AnalyzeReferencedContentStat.h" |
FLightingOptimizationStats * GetLightingOptimizationStats
(
AStaticMeshActor * ActorComponent
)
pointer to lighting optimization stats associated with this actor component
Parameters
| Name | Remarks |
|---|---|
| ActorComponent | Actor component to calculate potential light map savings stats for |