FMovieSceneClipboardKeyTrack

Container for a collection of keys arranged in a track.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h

Include

#include "MovieSceneClipboard.h"

Syntax

class FMovieSceneClipboardKeyTrack

Remarks

Container for a collection of keys arranged in a track.

Constructors

Name Description

Public function

FMovieSceneClipboardKeyTrack

Move construction/assignment

Public function

FMovieSceneClipboardKeyTrack

(
    const FMovieSceneClipboardKeyTrack ...
)

Copy construction/assignment

Functions

Name Description

Public function

void

 

AddKey

(
    FFrameNumber Time,
    KeyType Value
)

Add a key of the specified type to this track.

Public function Static

FMovieSceneC...

 

Create

(
    FName InName
)

Create a key track that wraps the specified key type

Public function Const

const FName ...

 

GetName()

Get the name of this track

Public function Const

bool

 

IsKeyOfType()

Check the type of the keys contained within this track

Public function Const

bool

 

IterateKeys

(
    TFunctionRef< bool...
)

Iterate the keys contained within this track

Public function

bool

 

IterateKeys

(
    TFunctionRef< bool...
)

Operators

Name Description

Public function

FMovieSceneC...

 

operator=

Public function

FMovieSceneC...

 

operator=

(
    const FMovieSceneClipboardKeyTrack ...
)

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