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