![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneBlendType.h>
Public Member Functions | |
| FOptionalMovieSceneBlendType () | |
| FOptionalMovieSceneBlendType (EMovieSceneBlendType InBlendType) | |
| FOptionalMovieSceneBlendType & | operator= (EMovieSceneBlendType InBlendType) |
| bool | IsValid () const |
| EMovieSceneBlendType | Get () const |
Public Attributes | |
| EMovieSceneBlendType | BlendType |
| bool | bIsValid |
Friends | |
| bool | operator== (FOptionalMovieSceneBlendType A, EMovieSceneBlendType B) |
Optional blend type structure
|
inline |
|
inlineexplicit |
|
inline |
Get this blend type. Must have been set to a valid enumeration.
|
inline |
Check if this blend type has been set
|
inline |
Assignment from a EMovieSceneBlendType enumeration
|
friend |
| bool FOptionalMovieSceneBlendType::bIsValid |
Boolean indicating whether BlendType is valid
| EMovieSceneBlendType FOptionalMovieSceneBlendType::BlendType |
The actual blend type