Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FIndex2i
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FIndex2i () |
IndexTypes.h | ||
constexpr FIndex2i
(
int ValA, |
IndexTypes.h |
FIndex2i()
| Name | FIndex2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IndexTypes.h |
| Include Path | #include "IndexTypes.h" |
constexpr FIndex2i()
FIndex2i(int, int)
| Name | FIndex2i |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IndexTypes.h |
| Include Path | #include "IndexTypes.h" |
constexpr FIndex2i
(
int ValA,
int ValB
)