FMovieSceneClipboardKey::TryGetValue

Attempt to get the value of this key as the specified type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneClipboard.h"

Syntax

template<typename T>
bool TryGetValue
(
    T & Value
) const

Remarks

Attempt to get the value of this key as the specified type.

Returns

true if the value was set, or false if no conversion between the source and T was possible

Parameters

Parameter

Description

InValue

Reference to receive the value

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