FVolumeBounds

Represents a subregion of a volume texture.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

MaxX

Public variable

int32

 

MaxY

Public variable

int32

 

MaxZ

Public variable

int32

 

MinX

Public variable

int32

 

MinY

Public variable

int32

 

MinZ

Constructors

Name Description

Public function

FVolumeBounds()

Public function

FVolumeBounds

(
    int32 Max
)

Functions

Name Description

Public function Const

bool

 

IsValid()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss