Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTransform
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTransform< T > GetScaled
(
T Scale |
Apply Scale to this transform | Math/TransformNonVectorized.h | |
TTransform< T > GetScaled
(
TVector< T > Scale |
Apply Scale to this transform | Math/TransformNonVectorized.h |
GetScaled(T)
Description
Apply Scale to this transform
| Name | GetScaled |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include Path | #include "Math/TransformNonVectorized.h" |
TTransform < T > GetScaled
(
T Scale
) const
GetScaled(TVector< T >)
Description
Apply Scale to this transform
| Name | GetScaled |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include Path | #include "Math/TransformNonVectorized.h" |
TTransform < T > GetScaled
(
TVector < T > Scale
) const