FIndex4i

4-index tuple.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/IndexTypes.h

Include

#include "IndexTypes.h"

Syntax

struct FIndex4i

Remarks

4-index tuple. Ported from g3Sharp library, with the intention of maintaining compatibility with existing g3Sharp code. Has an API similar to WildMagic, GTEngine, Eigen, etc.

Variables

Name Description

Public variable

int

 

A

Public variable

int

 

B

Public variable

int

 

C

Public variable

int

 

D

Constructors

Name Description

Public function

FIndex4i()

Public function

FIndex4i

(
    int ValA,
    int ValB,
    int ValC,
    int ValD
)

Functions

Name Description

Public function Const

bool

 

Contains

(
    int Idx
)

Public function Static

FIndex4i

 

Invalid()

Public function Static

FIndex4i

 

Max()

Public function Static

FIndex4i

 

Zero()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FIndex4i& Other
)

Public function

int &

 

operator[]

(
    int Idx
)

Public function Const

const int &

 

operator[]

(
    int Idx
)

Public function Const

bool

 

operator==

(
    const FIndex4i& Other
)

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