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
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 |
- Config
- EditAnywhere
- Category="Play Render Output (Quick Render only)"
- Meta=(ShowOnlyInnerProperties)
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FName GetCategoryName()
|
|
Graph/MovieRenderGraphEditorSettings.h |
|