Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphNode
- UMovieGraphVariableNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphVariableNode.h |
| Include | #include "Graph/Nodes/MovieGraphVariableNode.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphVariableNode : public UMovieGraphNode
Remarks
A node which gets the value of a variable which has been defined on the graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieGraphVariable * | GetVariable () |
Gets the variable that this node represents. | |
| bool | Returns true if this node represents a global variable, else false. | ||
| void | SetVariable
(
UMovieGraphVariable* InVariable |
Sets the variable that this node represents. |
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. | ||
| TArray< FMovieGraphPinProperties > | |||
| FString | GetResolvedValueForOutputPin
(
const FName& InPinName, |
Gets the resolved value of a named output pin (one that is returned in GetOutputPinProperties()). |