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