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 SetComponents
&40;
const TQuat< T > & InRotation,
const TVector< T > & InTranslation,
const TVector< T > & InScale3D
&41;
Remarks
Sets the components
Parameters
| Name | Description |
|---|---|
| InRotation | The new value for the Rotation component |
| InTranslation | The new value for the Translation component |
| InScale3D | The new value for the Scale3D component |