Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
This is the implementation responsible for executing the rendering of multiple movie pipelines after being launched via the command line.
| Name | UMoviePipelineInProcessExecutorSettings |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineInProcessExecutorSettings.h |
| Include Path | #include "MoviePipelineInProcessExecutorSettings.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Config=Engine, defaultconfig,
Meta=(DisplayName="Movie Pipeline New Process"))
class UMoviePipelineInProcessExecutorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UMoviePipelineInProcessExecutorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMoviePipelineInProcessExecutorSettings() |
MoviePipelineInProcessExecutorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalCommandLineArguments | FString | A list of additional command line arguments to be appended to the new process startup. | MoviePipelineInProcessExecutorSettings.h |
|
| bCloseEditor | bool | If enabled the editor will close itself when a new process is started. | MoviePipelineInProcessExecutorSettings.h |
|
| InheritedCommandLineArguments | FString | A list of command line arguments which are inherited from the currently running Editor instance that will be automatically appended to the new process. | MoviePipelineInProcessExecutorSettings.h |
|
| InitialDelayFrameCount | int32 | How long should we wait after being initialized to start doing any work? This can be used to work around situations where the game is not fully loaded by the time the pipeline is automatically started and it is important that the game is fully loaded before we do any work (such as evaluating frames for warm-up). | MoviePipelineInProcessExecutorSettings.h |
|
Functions
Public
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc. | MoviePipelineInProcessExecutorSettings.h | |
virtual FName GetContainerName() |
Gets the settings container name for the settings, either Project or Editor | MoviePipelineInProcessExecutorSettings.h |