Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A node which can set a specific console variable's value.
| Name | UMovieGraphSetCVarValueNode |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSetCVarValueNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphSetCVarValueNode.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieGraphSetCVarValueNode : public UMovieGraphSettingNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphNode → UMovieGraphSettingNode → UMovieGraphSetCVarValueNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphSetCVarValueNode() |
Graph/Nodes/MovieGraphSetCVarValueNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_Name | uint8 | Graph/Nodes/MovieGraphSetCVarValueNode.h |
|
|
| bOverride_Value | uint8 | Graph/Nodes/MovieGraphSetCVarValueNode.h |
|
|
| Name | FString | The name of the CVar having its value set. | Graph/Nodes/MovieGraphSetCVarValueNode.h |
|
| Value | float | The new value of the CVar. | Graph/Nodes/MovieGraphSetCVarValueNode.h |
|
Functions
Public
Overridden from UMovieGraphSettingNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetNodeInstanceName () |
An identifier that distinguishes this node from other nodes of the same type within a branch. | Graph/Nodes/MovieGraphSetCVarValueNode.h |
Overridden from UMovieGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EMovieGraphBranchRestriction GetBranchRestriction() |
Determines which types of branches the node can be created in. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual FText GetKeywords() |
Gets the keywords (space-separated) that will be searched in the node creation context menu. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual FText GetMenuCategory() |
Gets the category that the node belongs under. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual FText GetNodeTitle
(
const bool bGetDescriptive |
Gets the node's title. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual FLinearColor GetNodeTitleColor() |
Gets the node's title color, as visible in the graph. | Graph/Nodes/MovieGraphSetCVarValueNode.h | |
virtual TArray< FMovieGraphPropertyInfo > GetOverrideablePropertyInfo() |
Gets the information about properties which can be exposed as a pin on the node. | Graph/Nodes/MovieGraphSetCVarValueNode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Graph/Nodes/MovieGraphSetCVarValueNode.h |