Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FCurveEdInterface
- FCurveEdInterface::GetTangents()
- UDistributionFloatConstantCurve::GetTangents()
- UDistributionFloatConstant::GetTangents()
- UDistributionVectorConstantCurve::GetTangents()
- UDistributionFloatUniformCurve::GetTangents()
- UDistributionFloatUniform::GetTangents()
- UDistributionVectorConstant::GetTangents()
- UDistributionVectorUniformCurve::GetTangents()
- UDistributionVectorUniform::GetTangents()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include | #include "Math/CurveEdInterface.h" |
virtual void GetTangents
&40;
int32 SubIndex,
int32 KeyIndex,
float & ArriveTangent,
float & LeaveTangent
&41; const
Remarks
Get the incoming and outgoing tangent for the given subcurve and key. SubIndex must be within range ie >=0 and < NumSubCurves. KeyIndex must be within range ie >=0 and < NumKeys.