Navigation
API > API/Runtime > API/Runtime/UMG
| Name | UMovieSceneWidgetMaterialSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/MovieSceneWidgetMaterialSystem.h |
| Include Path | #include "Animation/MovieSceneWidgetMaterialSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneWidgetMaterialSystem :
public UMovieSceneEntitySystem ,
public IMovieScenePreAnimatedStateSystemInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneEntitySystem → UMovieSceneWidgetMaterialSystem
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneWidgetMaterialSystem
(
const FObjectInitializer& ObjInit |
Animation/MovieSceneWidgetMaterialSystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SystemImpl | UE::MovieScene::TMovieSceneMaterialSystem< UE::MovieScene::FWidgetMaterialAccessor, UObject *, FWidgetMaterialHandle > | Animation/MovieSceneWidgetMaterialSystem.h |