Navigation
API > API/Runtime > API/Runtime/MovieScene
Container for a collection of keys arranged in a track.
| Name | FMovieSceneClipboardKeyTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h |
| Include Path | #include "MovieSceneClipboard.h" |
Syntax
class FMovieSceneClipboardKeyTrack
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MovieSceneClipboard.h | |||
| Move construction/assignment | MovieSceneClipboard.h | ||
FMovieSceneClipboardKeyTrack
(
const FMovieSceneClipboardKeyTrack& In |
Copy construction/assignment | MovieSceneClipboard.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyOffset | FFrameNumber | Optional key offset that is applied to all keys added to the clipboard | MovieSceneClipboard.h | |
| Keys | TArray< FMovieSceneClipboardKey > | Collection of keys contained within this track | MovieSceneClipboard.h | |
| Name | FName | Generic name of this track (generally the name of a key area within a track e.g. Location.X) | MovieSceneClipboard.h | |
| TypeName | FName | Type name for the value of the keys this track supports | MovieSceneClipboard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddKey
(
FFrameNumber Time, |
Add a key of the specified type to this track. | MovieSceneClipboard.h | |
const FName & GetName() |
Get the name of this track | MovieSceneClipboard.h | |
bool IsKeyOfType() |
Check the type of the keys contained within this track | MovieSceneClipboard.h | |
bool IterateKeys
(
TFunctionRef< bool(const FMovieSceneClipboardKey&Key)> Iter |
Iterate the keys contained within this track | MovieSceneClipboard.h | |
bool IterateKeys
(
TFunctionRef< bool(FMovieSceneClipboardKey&Key)> Iter |
MovieSceneClipboard.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMovieSceneClipboardKeyTrack Create
(
FName InName, |
Create a key track that wraps the specified key type | MovieSceneClipboard.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MovieSceneClipboard.h | |||
FMovieSceneClipboardKeyTrack & operator=
(
const FMovieSceneClipboardKeyTrack& In |
MovieSceneClipboard.h |