Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphSetStartEndConsoleCommandsNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h |
| Include | #include "Graph/Nodes/MovieGraphSetStartEndConsoleCommandsNode.h" |
Syntax
UCLASS ()
class UMovieGraphSetStartEndConsoleCommandsNode : public UMovieGraphSettingNode
Remarks
A node which can set console commands to run at the start and end of a render.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 = 1 | bOverride_ConsoleCommands | ||
| TObjectPtr< UMovieGraphStartEndConsoleCommands > | ConsoleCommands |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| EMovieGraphBranchRestriction | Determines which types of branches the node can be created in. | ||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| FText | GetKeywords () |
Gets the keywords (space-separated) that will be searched in the node creation context menu. | |
| FText | Gets the category that the node belongs under. | ||
| FText | GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | |
| FLinearColor | Gets the node's title color, as visible in the graph. |