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