Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FVolumetricLightmapDataLayer |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/PrecomputedVolumetricLightmap.h |
| Include Path | #include "PrecomputedVolumetricLightmap.h" |
Syntax
class FVolumetricLightmapDataLayer : public FResourceBulkDataInterface
Inheritance Hierarchy
- FResourceBulkDataInterface → FVolumetricLightmapDataLayer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVolumetricLightmapDataLayer() |
PrecomputedVolumetricLightmap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNeedsCPUAccess | bool | PrecomputedVolumetricLightmap.h | ||
| Data | TArray< uint8 > | PrecomputedVolumetricLightmap.h | ||
| DataSize | int32 | Stored redundantly for stats after Data has been discarded. | PrecomputedVolumetricLightmap.h | |
| Format | EPixelFormat | PrecomputedVolumetricLightmap.h | ||
| Texture | FTextureRHIRef | PrecomputedVolumetricLightmap.h | ||
| UAV | FUnorderedAccessViewRHIRef | PrecomputedVolumetricLightmap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateTargetTexture
(
FIntVector Dimensions |
PrecomputedVolumetricLightmap.h | ||
void CreateTargetTexture
(
FRHICommandListBase& RHICmdList, |
PrecomputedVolumetricLightmap.h | ||
void CreateTexture
(
FIntVector Dimensions |
PrecomputedVolumetricLightmap.h | ||
void CreateTexture
(
FRHICommandListBase& RHICmdList, |
PrecomputedVolumetricLightmap.h | ||
void CreateUAV
(
FRHICommandListBase& RHICmdList |
PrecomputedVolumetricLightmap.h | ||
void Resize
(
int32 NewSize |
PrecomputedVolumetricLightmap.h |
Overridden from FResourceBulkDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Discard() |
PrecomputedVolumetricLightmap.h | ||
virtual const void * GetResourceBulkData() |
PrecomputedVolumetricLightmap.h | ||
virtual uint32 GetResourceBulkDataSize() |
PrecomputedVolumetricLightmap.h |