Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/VolumeRendering.h |
| Include | #include "VolumeRendering.h" |
Syntax
struct FVolumeBounds
Remarks
Represents a subregion of a volume texture.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxX | ||
| int32 | MaxY | ||
| int32 | MaxZ | ||
| int32 | MinX | ||
| int32 | MinY | ||
| int32 | MinZ |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVolumeBounds
(
int32 Max |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |