Navigation
API > API/Runtime > API/Runtime/MovieScene
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
| Type | Name | Description | |
|---|---|---|---|
| Move construction/assignment | |||
FMovieSceneClipboardKeyTrack
(
const FMovieSceneClipboardKeyTrack& In |
Copy construction/assignment |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddKey
(
FFrameNumber Time, |
Add a key of the specified type to this track. | |
| FMovieSceneClipboardKeyTrack | Create
(
FName InName |
Create a key track that wraps the specified key type | |
| const FName & | GetName () |
Get the name of this track | |
| bool | IsKeyOfType () |
Check the type of the keys contained within this track | |
| bool | IterateKeys
(
TFunctionRef< bool(const FMovieSceneClipboardKey&Key)> Iter |
Iterate the keys contained within this track | |
| bool | IterateKeys
(
TFunctionRef< bool(FMovieSceneClipboardKey&Key)> Iter |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneClipboardKeyTrack & | operator=
(
FMovieSceneClipboardKeyTrack&& In |
||
| FMovieSceneClipboardKeyTrack & | operator=
(
const FMovieSceneClipboardKeyTrack& In |