![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VolumeRendering.h>
Public Member Functions | |
| FVolumeBounds () | |
| FVolumeBounds (int32 Max) | |
| bool | IsValid () const |
Public Attributes | |
| int32 | MinX |
| int32 | MinY |
| int32 | MinZ |
| int32 | MaxX |
| int32 | MaxY |
| int32 | MaxZ |
Represents a subregion of a volume texture.
|
inline |
|
inline |
|
inline |
| int32 FVolumeBounds::MaxX |
| int32 FVolumeBounds::MaxY |
| int32 FVolumeBounds::MaxZ |
| int32 FVolumeBounds::MinX |
| int32 FVolumeBounds::MinY |
| int32 FVolumeBounds::MinZ |