Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneClipboardKey
Implementation of any key-value type
| Name | TKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h |
| Include Path | #include "MovieSceneClipboard.h" |
Syntax
template<typename T>
struct TKey : public FMovieSceneClipboardKey::IKey
Inheritance Hierarchy
- FMovieSceneClipboardKey::IKey → FMovieSceneClipboardKey::TKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKey
(
T InValue |
MovieSceneClipboard.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | T | The actual value | MovieSceneClipboard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyTo
(
TInlineValue< IKey, 64 >& OutDest |
Copy this value to another destination ptr | MovieSceneClipboard.h | |
virtual FConversionFunction * FindConversionTo
(
FName DestinationTypeName |
Find a conversion from this type to the specified destination type | MovieSceneClipboard.h | |
virtual FName GetTypeName() |
Get the name of this value type | MovieSceneClipboard.h |