Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Console commands that can execute within the UMovieGraphSetStartEndConsoleCommandsNode.
| Name | UMovieGraphStartEndConsoleCommands |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMovieGraphStartEndConsoleCommands :
public UObject ,
public IMovieGraphTraversableObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphStartEndConsoleCommands
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddEndCommands | TArray< FString > | Console commands to execute when this shot finishes rendering. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
|
| AddStartCommands | TArray< FString > | Console commands to execute when this shot starts rendering. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
|
| RemoveEndCommands | TArray< FString > | End commands that should be removed from upstream nodes. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
|
| RemoveStartCommands | TArray< FString > | Start commands that should be removed from upstream nodes. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
|
Functions
Public
Overridden from IMovieGraphTraversableObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< TPair< FString, FString > > GetMergedProperties () |
Gets properties, and their associated values, which have been modified by a merge. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h | |
virtual void Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. | Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |