Navigation
API > API/Runtime > API/Runtime/UMG
A material track which is specialized for materials which are owned by widget brushes.
| Name | UMovieSceneWidgetMaterialTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/MovieSceneWidgetMaterialTrack.h |
| Include Path | #include "Animation/MovieSceneWidgetMaterialTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneWidgetMaterialTrack :
public UMovieSceneMaterialTrack ,
public IMovieSceneEntityProvider ,
public IMovieSceneParameterSectionExtender
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneMaterialTrack → UMovieSceneWidgetMaterialTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneWidgetMaterialTrack
(
const FObjectInitializer& ObjectInitializer |
Animation/MovieSceneWidgetMaterialTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BrushPropertyNamePath | TArray< FName > | The name of the brush property which will be animated by this track. | Animation/MovieSceneWidgetMaterialTrack.h | |
| TrackName | FName | The name of this track, generated from the property name path. | Animation/MovieSceneWidgetMaterialTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExtendEntityImpl
(
UMovieSceneParameterSection* Section, |
Animation/MovieSceneWidgetMaterialTrack.h | ||
| Gets name of the brush property which has the material to animate. | Animation/MovieSceneWidgetMaterialTrack.h | ||
virtual void ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
Animation/MovieSceneWidgetMaterialTrack.h | ||
virtual bool PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Animation/MovieSceneWidgetMaterialTrack.h | ||
| Sets the name of the brush property which has the material to animate. | Animation/MovieSceneWidgetMaterialTrack.h |
Overridden from UMovieSceneNameableTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDefaultDisplayName() |
Animation/MovieSceneWidgetMaterialTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
Animation/MovieSceneWidgetMaterialTrack.h | ||
virtual FName GetTrackName() |
Animation/MovieSceneWidgetMaterialTrack.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Animation/MovieSceneWidgetMaterialTrack.h |