Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UDeveloperSettings
- UMovieGraphProjectSettings
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphProjectSettings.h |
| Include | #include "Graph/MovieGraphProjectSettings.h" |
Syntax
UCLASS (BlueprintType, Config=MovieRenderPipeline, defaultconfig,
Meta=(DisplayName="Movie Graph Settings"))
class UMovieGraphProjectSettings : public UDeveloperSettings
Remarks
Settings that apply to the Movie Graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMovieGraphNamedResolution > | DefaultNamedResolutions | A list of default resolutions to render with, defined in Config/BaseMovieRenderPipeline.ini or Project Settings. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMovieGraphNamedResolution * | FindNamedResolutionForOption
(
const FName& InOption |
Tries to find a match for the given option in DefaultNamedResolutions. | |
| FName | Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc. | ||
| FName | Gets the settings container name for the settings, either Project or Editor |