Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphSettingNode
- UMovieGraphSetCVarValueNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetCVarValueNode.h |
| Include | #include "Graph/Nodes/MovieGraphSetCVarValueNode.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphSetCVarValueNode : public UMovieGraphSettingNode
Remarks
A node which can set a specific console variable's value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bOverride_Name | ||
| uint8: 1 | bOverride_Value | ||
| FString | Name | The name of the CVar having its value set. | |
| FString | Value | The new value of the CVar. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphSettingNode
| Type | Name | Description | |
|---|---|---|---|
| FString | An identifier that distinguishes this node from other nodes of the same type within a branch. |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| 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. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |