FMovieSceneBlendTypeField

Type that specifies a set of blend types that are supported for a particular section.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/Blending/MovieSceneBlendType.h"

Syntax

struct FMovieSceneBlendTypeField

Remarks

Type that specifies a set of blend types that are supported for a particular section. Implemented in this way to avoid direct use of EMovieSceneBlendType as bit flags.

Constructors

Name Description

Public function

FMovieSceneBlendTypeField()

Constructor

Functions

Name Description

Public function

void

 

Add

(
    E... Types
)

Add or remove the specified blend types

Public function

void

 

Add

(
    EMovieSceneBlendType Type
)

Add the specified blend type to this field

Public function

void

 

Add

(
    FMovieSceneBlendTypeField Field
)

Add or remove the specified blend types

Public function Static

FMovieSceneB...

 

All()

Retrieve a bit field representing all blend types

Public function Const

bool

 

Contains

(
    EMovieSceneBlendType InBlendType
)

Check whether this field contains the specified blend type

Public function Const

FMovieSceneB...

 

Invert()

Invert this type field

Public function Static

FMovieSceneB...

 

None()

Retrieve a bit field representing No blend types

Public function Const

int32

 

Num()

Count how many blend types are contained within this field

Public function

void

 

Remove

(
    E... Types
)

Public function

void

 

Remove

(
    EMovieSceneBlendType Type
)

Remove the specified blend type from this field

Public function

void

 

Remove

(
    FMovieSceneBlendTypeField Field
)

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