Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TransformConverter > API/Runtime/Core/Math/TransformConverter/Convert
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h |
Include | #include "Math/TransformCalculus.h" |
template<typename OtherTransformType>
static TransformType Convert
&40;
const OtherTransformType & Transform
&41;
Remarks
Default Conversion via a conversion ctor. Note we are not using perfect forwarding here. Our types don't generally support move operations, nor do they make sense. VS 2013 seems to have trouble resolving the specializations below in the presence of perfect forwarding semantics.