FConnectionDrawingPolicy::MakeSplineReparamTable

Util to make a 'distance->alpha' table and also return spline length

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/ConnectionDrawingPolicy.h

Include

#include "ConnectionDrawingPolicy.h"

Source

/Engine/Source/Editor/GraphEditor/Private/ConnectionDrawingPolicy.cpp

Syntax

static float MakeSplineReparamTable
(
    const FVector2D & P0,
    const FVector2D & P0Tangent,
    const FVector2D & P1,
    const FVector2D & P1Tangent,
    FInterpCurve< float > & OutReparamTable
)

Remarks

Util to make a 'distance->alpha' table and also return spline length

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss