UMovieSceneWidgetMaterialTrack

A material track which is specialized for materials which are owned by widget brushes.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Animation/MovieSceneWidgetMaterialTrack.h

Include

#include "Animation/MovieSceneWidgetMaterialTrack.h"

Syntax

class UMovieSceneWidgetMaterialTrack :
    public UMovieSceneMaterialTrack,
    public IMovieSceneTrackTemplateProducer

Remarks

A material track which is specialized for materials which are owned by widget brushes.

Constructors

Name Description

Public function

UMovieSceneWidgetMaterialTrack

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

const TArray...

 

GetBrushPropertyNamePath()

Gets name of the brush property which has the material to animate.

Public function

void

 

SetBrushPropertyNamePath

(
    TArray< FName > InBrushPropertyName...
)

Sets the name of the brush property which has the material to animate.

Overridden from UMovieSceneNameableTrack

Name Description

Public function Virtual Const

FText

 

GetDefaultDisplayName()

Overridden from UMovieSceneTrack

Name Description

Public function Virtual Const

FName

 

GetTrackName()

Overridden from IMovieSceneTrackTemplateProducer

Name Description

Public function Virtual Const

FMovieSceneE...

 

CreateTemplateForSection

(
    const UMovieSceneSection& InSectio...
)

Create a movie scene eval template for the specified section

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