Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LightMap.h |
| Include | #include "LightMap.h" |
Syntax
struct FQuantizedLightmapData
Variables
| Type | Name | Description | |
|---|---|---|---|
| float[NUM_STORED_LIGHTMAP_COEF][4] | Add | Bias value to apply to the coefficients. | |
| bool | bHasSkyShadowing | ||
| TArray< FLightMapCoefficients > | Data | The quantized coefficients | |
| TArray< FGuid > | LightGuids | The GUIDs of lights which this light-map stores. | |
| float[NUM_STORED_LIGHTMAP_COEF][4] | Scale | The scale to apply to the quantized coefficients when expanding | |
| uint32 | SizeX | Width or a 2D lightmap, or number of samples for a 1D lightmap | |
| uint32 | SizeY | Height of a 2D lightmap |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |