FRawCurveTracks::AddFloatCurveKey

Add new float curve from the given UID if not existing and add the key with time/value

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h

Include

#include "Animation/AnimCurveTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp

Syntax

void AddFloatCurveKey
(
    const FSmartName & NewCurve,
    int32 CurveFlags,
    float Time,
    float Value
)

Remarks

Add new float curve from the given UID if not existing and add the key with time/value

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