Navigation
API > API/Runtime > API/Runtime/GeometryCore
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include | #include "IntVectorTypes.h" |
Syntax
struct FVector2i
Remarks
2D 32-bit integer Vector
Variables
| Type | Name | Description | |
|---|---|---|---|
| union UE::Geometry::FVector2i::@3233 | @3234 | ||
| int32 | X | ||
| int32[2] | XY | ||
| int32 | Y |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | FVector2i () |
||
| constexpr | FVector2i
(
const int32* Data |
||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS constexpr | |||
FVector2i
(
const FVector& Vec |
|||
FVector2i
(
const FVector2f& Vec |
|||
FVector2i
(
const FVector2d& Vec |
|||
| constexpr | FVector2i
(
int32 ValX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr int32 | DistanceSquared
(
const FVector2i& V2 |
||
| constexpr int32 | |||
| constexpr FVector2i | One () |
||
| constexpr int32 | |||
| constexpr FVector2i | UnitX () |
||
| constexpr FVector2i | UnitY () |
||
| constexpr FVector2i | Zero () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| constexpr FVector2i | operator-
(
const int32& Scalar |
||
| constexpr FVector2i | operator- () |
||
| constexpr FVector2i | |||
| constexpr | |||
| constexpr | |||
| constexpr bool | operator!=
(
const FVector2i& Other |
||
| constexpr FVector2i | |||
| constexpr FVector2i | operator*
(
const int32& Scalar |
||
| constexpr FVector2i & | operator*=
(
const int32& Scalar |
||
| constexpr FVector2i | |||
| constexpr FVector2i | operator/
(
const int32& Scalar |
||
| constexpr FVector2i & | operator/=
(
const int32& Scalar |
||
| constexpr const int32 & | operator[]
(
int Idx |
||
| constexpr int32 & | operator[]
(
int Idx |
||
| constexpr FVector2i | operator+
(
const int32& Scalar |
||
| constexpr FVector2i | |||
| constexpr FVector2i & | operator+=
(
const FVector2i& V2 |
||
| constexpr FVector2i & | |||
| constexpr FVector2i & | operator-=
(
const FVector2i& V2 |
||
| constexpr bool | operator==
(
const FVector2i& Other |