Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FVector2i
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
|
|
IntVectorTypes.h |
|
constexpr FVector2i
(
int32 ValX,
int32 ValY
)
|
|
IntVectorTypes.h |
|
FVector2i()
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
constexpr FVector2i()
FVector2i(const int32 *)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
constexpr FVector2i
(
const int32 * Data
)
FVector2i(const FVector2i &)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS constexpr FVector2i
(
const FVector2i & Vec
)
FVector2i(const FVector &)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
FVector2i
(
const FVector & Vec
)
FVector2i(const FVector2f &)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
FVector2i
(
const FVector2f & Vec
)
FVector2i(const FVector2d &)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
FVector2i
(
const FVector2d & Vec
)
FVector2i(const FIntVector2 &)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
FVector2i
(
const FIntVector2 & Vec
)
FVector2i(int32, int32)
| |
|
| Name |
FVector2i |
| Type |
function |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path |
#include "IntVectorTypes.h" |
constexpr FVector2i
(
int32 ValX,
int32 ValY
)