UStaticMeshComponent::GetEstimatedLightMapResolution

Returns the lightmap resolution used for this primitive instance in the case of it supporting texture light/ shadow maps.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h

Include

#include "Components/StaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp

Syntax

virtual void GetEstimatedLightMapResolution
(
    int32 & Width,
    int32 & Height
) const

Remarks

Returns the lightmap resolution used for this primitive instance in the case of it supporting texture light/ shadow maps. This will return the value assuming the primitive will be automatically switched to use texture mapping.

Parameters

Parameter

Description

Width

[out] Width of light/shadow map

Height

[out] Height of light/shadow map

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss