Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIntVector2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntVector2 () |
Math/IntVector.h | ||
TIntVector2
(
IntType InValue |
Math/IntVector.h | ||
| Math/IntVector.h | |||
TIntVector2
(
TIntPoint< IntType > Other |
Math/IntVector.h | ||
TIntVector2
(
TIntVector3< IntType > Other |
Math/IntVector.h | ||
TIntVector2
(
TIntVector2< OtherIntType > Other |
Converts to another int type. Checks that the cast will succeed. | Math/IntVector.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TIntVector2
(
TIntVector2&& |
Workaround for clang deprecation warnings for deprecated XY member in implicitly-defined special member functions. | Math/IntVector.h | |
TIntVector2
(
const TIntVector2& |
Math/IntVector.h | ||
TIntVector2
(
IntType InX, |
Math/IntVector.h |
TIntVector2()
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2()
TIntVector2(IntType)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
IntType InValue
)
TIntVector2(EForceInit)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
EForceInit
)
TIntVector2(TIntPoint< IntType >)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
TIntPoint < IntType > Other
)
TIntVector2(TIntVector3< IntType >)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
TIntVector3 < IntType > Other
)
TIntVector2(TIntVector2< OtherIntType >)
Description
Converts to another int type. Checks that the cast will succeed.
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
template<typename OtherIntType>
TIntVector2
(
TIntVector2 < OtherIntType > Other
)
TIntVector2(TIntVector2 &&)
Description
Workaround for clang deprecation warnings for deprecated XY member in implicitly-defined special member functions.
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TIntVector2
(
TIntVector2 &&
)
TIntVector2(const TIntVector2 &)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
const TIntVector2 &
)
TIntVector2(IntType, IntType)
| Name | TIntVector2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
| Include Path | #include "Math/IntVector.h" |
TIntVector2
(
IntType InX,
IntType InY
)