Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScale
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScale () |
Ctor. initialize to an identity scale, 1.0. | Math/TransformCalculus3D.h | |
TScale
(
T InScale |
Ctor. initialize from a uniform scale. | Math/TransformCalculus3D.h | |
TScale
(
const UE::Math::TVector< VType >& InScale |
Ctor. initialize from an UE::Math::TVector |
Math/TransformCalculus3D.h |
TScale()
Description
Ctor. initialize to an identity scale, 1.0.
| Name | TScale |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include Path | #include "Math/TransformCalculus3D.h" |
TScale()
TScale(T)
Description
Ctor. initialize from a uniform scale.
| Name | TScale |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include Path | #include "Math/TransformCalculus3D.h" |
TScale
(
T InScale
)
TScale(const UE::Math::TVector< VType > &)
Description
Ctor. initialize from an UE::Math::TVector
| Name | TScale |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include Path | #include "Math/TransformCalculus3D.h" |
template<typename VType>
TScale
(
const UE::Math::TVector < VType > & InScale
)