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 (BlueprintType, DisplayName="Material")
class UMovieGraphMaterialModifier : public UMovieGraphCollectionModifier
Inheritance Hierarchy
Typedefs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bOverride_Material |
uint8 |
|
Graph/MovieGraphRenderLayerSubsystem.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Overrides
- Meta=(InlineEditConditionToggle)
|
| Material |
TSoftObjectPtr< UMaterialInterface > |
|
Graph/MovieGraphRenderLayerSubsystem.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings"
- Meta=(EditCondition="bOverride_Material")
|
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Graph/MovieGraphRenderLayerSubsystem.h |
- BlueprintCallable
- Category="Settings"
|
Overridden from UMovieGraphCollectionModifier
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void ApplyModifier
(
const UWorld* World
)
|
|
Graph/MovieGraphRenderLayerSubsystem.h |
- BlueprintCallable
- Category="Settings"
|
virtual void UndoModifier()
|
|
Graph/MovieGraphRenderLayerSubsystem.h |
- BlueprintCallable
- Category="Settings"
|