![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StaticLighting.h>
Inheritance diagram for FStaticLightingGlobalVolumeMapping:Additional Inherited Members | |
Public Attributes inherited from FStaticLightingTextureMapping | |
| int32 | SizeX |
| int32 | SizeY |
| int32 | LightmapTextureCoordinateIndex |
| bool | bBilinearFilter |
Public Attributes inherited from FStaticLightingMapping | |
| class FStaticLightingMesh * | Mesh |
| UObject * | Owner |
| uint32 | bProcessMapping: 1 |
| uint32 | bIsDeferred: 1 |
Represents an object which will use the global volumetric lightmap. Hack: currently represented as a texture mapping for Lightmass GI solver surface caching
| FStaticLightingGlobalVolumeMapping::FStaticLightingGlobalVolumeMapping | ( | FStaticLightingMesh * | InMesh, |
| UObject * | InOwner, | ||
| int32 | InSizeX, | ||
| int32 | InSizeY, | ||
| int32 | InLightmapTextureCoordinateIndex | ||
| ) |
Initialization constructor.
|
inlineoverridevirtual |
Called when the static lighting has been computed to apply it to the mapping's owner. This function is responsible for deleting ShadowMapData and QuantizedData.
| LightMapData | - The light-map data which has been computed for the mapping. |
Implements FStaticLightingTextureMapping.
|
inlinevirtual |
Reimplemented from FStaticLightingTextureMapping.
Whether or not this mapping should be processed or imported
Reimplemented from FStaticLightingTextureMapping.