FOptionalMovieSceneBlendType

Optional blend type structure

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendType.h

Include

#include "Evaluation/Blending/MovieSceneBlendType.h"

Syntax

struct FOptionalMovieSceneBlendType

Remarks

Optional blend type structure

Variables

Name Description

Public variable

bool

 

bIsValid

Boolean indicating whether BlendType is valid

Public variable

EMovieSceneBlen...

 

BlendType

The actual blend type

Constructors

Functions

Name Description

Public function Const

EMovieSceneB...

 

Get()

Get this blend type. Must have been set to a valid enumeration.

Public function Const

bool

 

IsValid()

Check if this blend type has been set

Operators

Name Description

Public function

FOptionalMov...

 

operator=

(
    EMovieSceneBlendType InBlendType
)

Assignment from a EMovieSceneBlendType enumeration

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