Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The base class that all modifiers should inherit from. Does not support collections (see UMovieGraphCollectionModifier).
| Name | UMovieGraphModifierBase |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMovieGraphModifierBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphModifierBase
Derived Classes
Functions
Public
| 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 |
|