Navigation
API > API/Plugins > API/Plugins/ProxyLODMeshReduction > API/Plugins/ProxyLODMeshReduction/IProxyLODVolume
References
| Module | ProxyLODMeshReduction |
| Header | /Engine/Plugins/Experimental/ProxyLODPlugin/Source/ProxyLOD/Public/ProxyLODVolume.h |
| Include | #include "ProxyLODVolume.h" |
Syntax
struct FVector3i
Remarks
Helper class to extract dimensions in voxel size units of OpenVDB volume
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | X | ||
| int32 | Y | ||
| int32 | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVector3i
(
int32 InX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | MinIndex () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| int32 | operator[]
(
int32 Index |