Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSHVector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSHVector () |
Default constructor. | Math/SHMath.h | |
TSHVector
(
const FVector4f& Vector |
Math/SHMath.h | ||
| Math/SHMath.h | |||
TSHVector
(
float V0, |
Math/SHMath.h |
TSHVector()
Description
Default constructor.
| Name | TSHVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
| Include Path | #include "Math/SHMath.h" |
TSHVector()
TSHVector(const FVector4f &)
| Name | TSHVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
| Include Path | #include "Math/SHMath.h" |
TSHVector
(
const FVector4f & Vector
)
TSHVector(const TSHVector< OtherOrder > &)
| Name | TSHVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
| Include Path | #include "Math/SHMath.h" |
template<int32 OtherOrder>
TSHVector
(
const TSHVector < OtherOrder > & Other
)
TSHVector(float, float, float, float)
| Name | TSHVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/SHMath.h |
| Include Path | #include "Math/SHMath.h" |
TSHVector
(
float V0,
float V1,
float V2,
float V3
)