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 ConcatenateRotation
&40;
const TQuat< T > & DeltaRotation
&41;
Remarks
Concatenates another rotation to this transformation
Parameters
| Name | Description |
|---|---|
| DeltaRotation | The rotation to concatenate in the following fashion: Rotation = Rotation * DeltaRotation |