Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneNumericVariant
Description
- Cast this variant to a user-defined type.
-
No type checking is performed other than checking !IsLiteral(). External protections must be made to ensure calling this function is safe.
| Name | UnsafePayloadCast |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Variants/MovieSceneNumericVariant.h |
| Include Path | #include "Variants/MovieSceneNumericVariant.h" |
template<typename T>
T UnsafePayloadCast() const