Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- UMovieGraphNode
- UMovieGraphSelectNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphSelectNode.h |
| Include | #include "Graph/Nodes/MovieGraphSelectNode.h" |
Syntax
UCLASS ()
class UMovieGraphSelectNode : public UMovieGraphNode
Remarks
A node which creates a condition that selects from a set of input branches.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| EMovieGraphValueType | GetValueType () |
Gets the data type that the select node is currently using. | |
| const UObject * | Gets the value type object associated with the value type currently set (if any). | ||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | SetDataType
(
const EMovieGraphValueType ValueType, |
Sets the data type for the select options and selected option (note that their data will be reset when this is called). |
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< UMovieGraphPin * > | EvaluatePinsToFollow
(
FMovieGraphEvaluationContext& InContext |
Used to determine which pins we should follow when trying to traverse the graph. | |
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Gets the node's icon and icon tint, as visible in the graph. | |
| TArray< FMovieGraphPinProperties > | |||
| 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. | ||
| TArray< FMovieGraphPinProperties > |