UMovieSceneParameterSection::AddScalarParameterKey

Adds a a key for a specific scalar parameter at the specified time with the specified value.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h

Include

#include "Sections/MovieSceneParameterSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp

Syntax

void AddScalarParameterKey
(
    FName InParameterName,
    FFrameNumber InTime,
    float InValue
)

Remarks

Adds a a key for a specific scalar parameter at the specified time with the specified 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