FMovieSceneBlendChannelID

A blend channel ID

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneBlenderSystemTypes.h

Include

#include "EntitySystem/MovieSceneBlenderSystemTypes.h"

Syntax

struct FMovieSceneBlendChannelID

Remarks

A blend channel ID

Variables

Name Description

Public variable

uint16

 

ChannelID

The blend channel ID for the given blender system

Public variable

FMovieSceneBlen...

 

SystemID

The blender system associated with the blend channel

Constructors

Name Description

Public function

FMovieSceneBlendChannelID()

Builds a default, invalid channel ID

Public function

FMovieSceneBlendChannelID

(
    FMovieSceneBlenderSystemID InSystem...,
    uint16 InChannelID
)

Builds a channel ID

Functions

Name Description

Public function Const

UMovieSceneB...

 

FindSystem

(
    const UMovieSceneEntitySystemLinker...
)

Returns the blender system instance found in a given linker

Public function Const

BlenderSyste...

 

FindSystem

(
    const UMovieSceneEntitySystemLinker...
)

Returns the blender system instance found in a given linker

Public function Const

TSubclassOf<...

 

GetSystemClass()

Returns the blender system type

Public function Const

bool

 

IsValid()

Returns whether this ID is valid

Constants

Name

Description

INVALID_BLEND_CHANNEL

Invalid blend channel ID

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