FMovieSceneClipboardKey::DefineConversion

Define a conversion from one type to another type

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneClipboard.h"

Syntax

template<typename FromType, typename ToType>
static void DefineConversion
(
    TFunction< ToType(const FromType &)> InFunction
)

Remarks

Define a conversion from one type to another 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