Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FVector2i
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IntVectorTypes.h | |||
| IntVectorTypes.h |
operator-(const FVector2i &)
| Name | operator- |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path | #include "IntVectorTypes.h" |
FVector2i operator-
(
const FVector2i & V2
) const
operator-(const int32 &)
| Name | operator- |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h |
| Include Path | #include "IntVectorTypes.h" |
FVector2i operator-
(
const int32 & Scalar
) const