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 CopyRotationPart
(
const TTransform < T > & SrcBA
)
Remarks
Sets the Rotation and Scale3D of this transformation from another transform
Parameters
| Name | Description |
|---|---|
| SrcBA | The transform to copy rotation and Scale3D from |