FVector3i

Helper class to extract dimensions in voxel size units of OpenVDB volume

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

X

Public variable

int32

 

Y

Public variable

int32

 

Z

Constructors

Name Description

Public function

FVector3i

(
    int32 InX,
    int32 InY,
    int32 InZ
)

Functions

Name Description

Public function Const

int32

 

MinIndex()

Operators

Name Description

Public function Const

int32

 

operator[]

(
    int32 Index
)

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