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 AddToTranslation
&40;
const TVector< T > & DeltaTranslation
&41;
Remarks
Adjusts the translation component of this transformation
Parameters
| Name | Description |
|---|---|
| DeltaTranslation | The translation to add in the following fashion: Translation += DeltaTranslation |