Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
- UPrimitiveComponent::GetLightMapResolution()
- ULandscapeComponent::GetLightMapResolution()
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeLight.cpp |
virtual bool GetLightMapResolution
&40;
int32 & Width,
int32 & Height
&41; const
Remarks
Returns the lightmap resolution used for this primitive instance in the case of it supporting texture light/ shadow maps. 0 if not supported or no static shadowing. bool true if LightMap values are padded, false if not
Parameters
| Name | Description |
|---|---|
| Width | [out] Width of light/shadow map |
| Height | [out] Height of light/shadow map |