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