Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | UMovieRenderGraphEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieRenderGraphEditorSettings.h |
| Include Path | #include "Graph/MovieRenderGraphEditorSettings.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Config=EditorPerProjectUserSettings,
Meta=(DisplayName="Movie Render Graph"))
class UMovieRenderGraphEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UMovieRenderGraphEditorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieRenderGraphEditorSettings() |
Graph/MovieRenderGraphEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PostRenderSettings | FMovieGraphPostRenderSettings | If PostRenderBehavior is set to PlayRenderOutput, these settings are used to determine how to play media. | Graph/MovieRenderGraphEditorSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
Graph/MovieRenderGraphEditorSettings.h |
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
Graph/MovieRenderGraphEditorSettings.h |