Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTransform
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ScaleTranslation
(
const TVector< T >& InScale3D |
Scale the translation part of the Transform by the supplied vector. | Math/TransformNonVectorized.h | |
void ScaleTranslation
(
const FReal& Scale |
Math/TransformNonVectorized.h |
ScaleTranslation(const TVector< T > &)
Description
Scale the translation part of the Transform by the supplied vector.
| Name | ScaleTranslation |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include Path | #include "Math/TransformNonVectorized.h" |
void ScaleTranslation
(
const TVector < T > & InScale3D
)
ScaleTranslation(const FReal &)
| Name | ScaleTranslation |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include Path | #include "Math/TransformNonVectorized.h" |
void ScaleTranslation
(
const FReal & Scale
)