Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Modifies actor materials.
| Name | UMovieGraphMaterialModifier |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMovieGraphMaterialModifier : public UMovieGraphCollectionModifier
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphModifierBase → UMovieGraphCollectionModifier → UMovieGraphMaterialModifier
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FComponentToMaterialMap | TMap< TSoftObjectPtr< UPrimitiveComponent >, TArray< FMaterialSlotAssignment > > | Graph/MovieGraphRenderLayerSubsystem.h | |
| FMaterialSlotAssignment | TTuple< int32, TSoftObjectPtr< UMaterialInterface > > | Graph/MovieGraphRenderLayerSubsystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_Material | uint8 | Graph/MovieGraphRenderLayerSubsystem.h |
|
|
| Material | TSoftObjectPtr< UMaterialInterface > | Graph/MovieGraphRenderLayerSubsystem.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModifiedComponents | FComponentToMaterialMap | Maps a component to its original material assignments (per index). | Graph/MovieGraphRenderLayerSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMaterial
(
TSoftObjectPtr< UMaterialInterface > InMaterial |
Graph/MovieGraphRenderLayerSubsystem.h |
|
Overridden from UMovieGraphModifierBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyModifier
(
const UWorld* World |
Applies this modifier in the provided world. Called once per layer. | Graph/MovieGraphRenderLayerSubsystem.h | |
virtual FText GetModifierName() |
Gets the name of this modifier. Typically used for UI display purposes. | Graph/MovieGraphRenderLayerSubsystem.h | |
virtual void UndoModifier () |
Undoes the effects of this modifier. | Graph/MovieGraphRenderLayerSubsystem.h |