Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
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.
Derived Overrides
| Name | GetLightMapResolution |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual bool GetLightMapResolution
(
int32 & Width,
int32 & Height
) const
bool true if LightMap values are padded, false if not
Parameters
| Name | Remarks |
|---|---|
| Width | [out] Width of light/shadow map |
| Height | [out] Height of light/shadow map |