Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/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
| Type | Name | Description | |
|---|---|---|---|
| union UE::Geometry::FIndex4i | |||
| int | A | ||
| int[4] | ABCD | ||
| int | B | ||
| int | C | ||
| int | D |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Contains
(
int Idx |
||
| int | IndexOf
(
int Value |
||
| FIndex4i | Invalid () |
||
| FIndex4i | Max () |
||
| void | Serialize FIndex3i to an archive | ||
| FIndex4i | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIndex4i& Other |
||
| int & | operator[]
(
int Idx |
||
| const int & | operator[]
(
int Idx |
||
| bool | operator==
(
const FIndex4i& Other |