Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TTransform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformNonVectorized.h |
| Include | #include "Math/TransformNonVectorized.h" |
void SetTranslationAndScale3D
&40;
const TVector< T > & NewTranslation,
const TVector< T > & NewScale3D
&41;
Remarks
Sets both the translation and Scale3D components at the same time
Parameters
| Name | Description |
|---|---|
| NewTranslation | The new value for the translation component |
| NewScale3D | The new value for the Scale3D component |