FMatineeImportTools::SetOrAddKey

Adds a key to a rich curve based on matinee curve key data.

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MatineeImportTools.h

Include

#include "MatineeImportTools.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MatineeImportTools.cpp

Syntax

static void SetOrAddKey
(
    TMovieSceneChannelData< FMovieSceneFloatValue > & Curve,
    FFrameNumber Time,
    float Value,
    float ArriveTangent,
    float LeaveTangent,
    EInterpCurveMode MatineeInterpMode,
    FFrameRate FrameRate,
    ERichCurveTangentWeightMode WeightedMode,
    float ArriveTangentWeight,
    float LeaveTangentWeight
)

Remarks

Adds a key to a rich curve based on matinee curve key data.

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