Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- 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&40;&41;
class UMovieGraphSelectNode : public UMovieGraphNode
Remarks
A node which creates a condition that selects from a set of input branches.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Description | A description of what this select is doing. | |
| FString | SelectedOption | The value of the option which has been selected. | |
| TArray< FString > | SelectOptions | The values of options which can be selected. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMovieGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TArray< UMovieGraphPin * > | EvaluatePinsToFollow
(
FMovieGraphEvaluationContext& InContext |
Used to determine which Branch type 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 | 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 > |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |