Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Settings for a specific mode within Quick Render. Note that some modes share settings.
| Name | UMovieGraphQuickRenderModeSettings |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphQuickRenderSettings.h |
| Include Path | #include "Graph/MovieGraphQuickRenderSettings.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphQuickRenderModeSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphQuickRenderModeSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphQuickRenderModeSettings() |
Graph/MovieGraphQuickRenderSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_ViewportLookFlags | bool | Enables/disables the ViewportLookFlags property from taking effect. | Graph/MovieGraphQuickRenderSettings.h |
|
| CustomEndFrame | int32 | The frame in the level sequence that the render will end on. | Graph/MovieGraphQuickRenderSettings.h |
|
| CustomStartFrame | int32 | The frame in the level sequence that the render will begin on. | Graph/MovieGraphQuickRenderSettings.h |
|
| FrameRangeType | EMovieGraphQuickRenderFrameRangeType | The frame range that should be used to render from. | Graph/MovieGraphQuickRenderSettings.h |
|
| GraphPreset | TSoftObjectPtr< UMovieGraphConfig > | The graph preset that is used to configure the render. | Graph/MovieGraphQuickRenderSettings.h |
|
| GraphVariableAssignments | TArray< TObjectPtr< UMovieJobVariableAssignmentContainer > > | Values that are set on the variables contained within the graph preset. | Graph/MovieGraphQuickRenderSettings.h |
|
| LevelSequenceOverride | TSoftObjectPtr< class ULevelSequence > | For sequence-centric modes (like "Current Sequence"), if this override is set, this sequence will be used instead of the level sequence that's active in Sequencer. | Graph/MovieGraphQuickRenderSettings.h |
|
| OnGraphChangedDelegate | FOnMovieGraphQuickRenderGraphChanged | Graph/MovieGraphQuickRenderSettings.h | ||
| PostRenderBehavior | EMovieGraphQuickRenderPostRenderActionType | The action that quick render should perform after a render is finished. | Graph/MovieGraphQuickRenderSettings.h |
|
| ViewportLookFlags | int32 | Note: ViewportLookFlags is an int32 instead of the enum to satisfy the requirement of the Bitmask/BitmaskEnum metadata; this can be changed back to the enum once a proper customization per the design is done. | Graph/MovieGraphQuickRenderSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieJobVariableAssignmentContainer * GetVariableAssignmentsForGraph
(
const TSoftObjectPtr< UMovieGraphConfig >& InGraphConfigPath |
Gets the variable assignments for the specified graph asset. | Graph/MovieGraphQuickRenderSettings.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RefreshVariableAssignments
(
UMovieGraphQuickRenderModeSettings* InSettings |
Within the settings object provided, refreshes the variable assignments in the settings to match the setting's GraphPreset. | Graph/MovieGraphQuickRenderSettings.h |
|