Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRenderResource
- FVolumetricLightmapBrickAtlas
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PrecomputedVolumetricLightmap.h |
| Include | #include "PrecomputedVolumetricLightmap.h" |
Syntax
class FVolumetricLightmapBrickAtlas : public FRenderResource
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Allocation > | Allocations | ||
| FVolumetricLightmapBrickTextureSet | TextureSet |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Insert
(
int32 Index, |
||
| void | Remove
(
FPrecomputedVolumetricLightmapData* Data |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseRHI () |
Releases the RHI resources used by this resource. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Allocation |