TAddKeyImpl< FMovieSceneFloatChannel, float >

Specializations for channels that SUPPORT Blending.

Windows
MacOS
Linux

Inheritance Hierarchy

IImpl

TAddKeyImpl< FMovieSceneFloatChannel, float >

References

Module

MovieSceneTools

Header

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

Include

#include "KeyframeTrackEditor.h"

Syntax

template<>
struct TAddKeyImpl< FMovieSceneFloatChannel, float > : public IImpl

Remarks

Specializations for channels that SUPPORT Blending.

Variables

Name Description

Public variable

bool

 

bAddKey

Public variable

int32

 

ChannelIndex

Public variable

float

 

ValueToSet

Functions

Name Description

Public function

 

TAddKeyImpl

(
    int32 InChannelIndex,
    bool bInAddKey,
    const float& InValue
)

Overridden from IImpl

Name Description

Public function Virtual Const

bool

 

Apply

(
    UMovieSceneSection* Section,
    FMovieSceneChannelProxy& Proxy,
    FFrameNumber InTime,
    EMovieSceneKeyInterpolation Interpo...,
    bool bKeyEvenIfUnchanged,
    bool bKeyEvenIfEmpty
)

Returns whether a key was created

Public function Virtual Const

void

 

ApplyDefault

(
    UMovieSceneSection* Section,
    FMovieSceneChannelProxy& Proxy
)

Public function Virtual

bool

 

ModifyByCurrentAndWeight

(
    FMovieSceneChannelProxy& Proxy,
    FFrameNumber InTime,
    void* VCurrentValue,
    float Weight
)

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