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