FAnalyzeReferencedContentStat::GetLightingOptimizationStats

Retrieves/ creates lighting optimization stats associated with passed in static mesh actor.

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

FLightingOptimizationStats * GetLightingOptimizationStats
(
    AStaticMeshActor * ActorComponent
)

Remarks

Retrieves/ creates lighting optimization stats associated with passed in static mesh actor.

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

Returns

pointer to lighting optimization stats associated with this actor component

Parameters

Parameter

Description

ActorComponent

Actor component to calculate potential light map savings 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