Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneMaterialTrack
- UMovieSceneWidgetMaterialTrack
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Animation/MovieSceneWidgetMaterialTrack.h |
| Include | #include "Animation/MovieSceneWidgetMaterialTrack.h" |
Syntax
class UMovieSceneWidgetMaterialTrack :
public UMovieSceneMaterialTrack,
public IMovieSceneEntityProvider,
public IMovieSceneParameterSectionExtender
Remarks
A material track which is specialized for materials which are owned by widget brushes.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneWidgetMaterialTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > & | Gets name of the brush property which has the material to animate. | ||
| void | SetBrushPropertyNamePath
(
TArray< FName > InBrushPropertyNamePath |
Sets the name of the brush property which has the material to animate. |
Overridden from UMovieSceneNameableTrack
| Type | Name | Description | |
|---|---|---|---|
| FText |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTrackName () |
Overridden from IMovieSceneEntityProvider
| Type | Name | Description | |
|---|---|---|---|
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Optional user-implementation function for populating an evaluation entity field |
Overridden from IMovieSceneParameterSectionExtender
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendEntityImpl
(
UMovieSceneParameterSection* Section, |