TKey

Implementation of any key-value type

Windows
MacOS
Linux

Inheritance Hierarchy

FMovieSceneClipboardKey::IKey

FMovieSceneClipboardKey::TKey

References

Module

MovieScene

Header

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

Include

#include "MovieSceneClipboard.h"

Syntax

template<typename T>
struct TKey : public FMovieSceneClipboardKey::IKey

Remarks

Implementation of any key-value type

Variables

Name Description

Public variable

T

 

Value

The actual value

Constructors

Name Description

Public function

TKey

(
    T InValue
)

Functions

Name Description

Public function Virtual Const

void

 

CopyTo

(
    TInlineValue< IKey, 64 >& OutDest
)

Copy this value to another destination ptr

Public function Virtual Const

FConversionF...

 

FindConversionTo

(
    FName DestinationTypeName
)

Find a conversion from this type to the specified destination type

Public function Virtual Const

FName

 

GetTypeName()

Get the name of this value type

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