UInterpCurveEdSetup::AddCurveToCurrentTab

Add a new curve property to the current tab.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/InterpCurveEdSetup.h

Include

#include "Engine/InterpCurveEdSetup.h"

Source

/Engine/Source/Runtime/Engine/Private/InterpCurveEdSetup.cpp

Syntax

bool AddCurveToCurrentTab
(
    UObject * InCurve,
    const FString & CurveName,
    const FColor & CurveColor,
    FCurveEdEntry ** OutCurveEntry,
    bool bInColorCurve,
    bool bInFloatingPointColor,
    bool bInClamp,
    float InClampLow,
    float InClampHigh
)

Remarks

Add a new curve property to the current tab.

Returns

true, if new curves were added to the graph, otherwise they were already present

Parameters

Parameter

Description

OutCurveEntry

The curves which are for this graph node

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