Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneNumericVariant
Description
- Set the type flags for this variant - should only be used where custom typed data is assigned
-
Only valid to be called where IsLiteral() == false.
| Name | SetTypeBits |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Variants/MovieSceneNumericVariant.h |
| Include Path | #include "Variants/MovieSceneNumericVariant.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Variants/MovieSceneNumericVariant.cpp |
void SetTypeBits
(
uint8 InType
)
Parameters
| Name | Remarks |
|---|---|
| InType | A unique, compiletime fixed ID that identifies the contained data. Must be <= 7. |