Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeComponent
- NodeComponentSwitch
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeComponentSwitch.h |
| Include | #include "MuT/NodeComponentSwitch.h" |
Syntax
class NodeComponentSwitch : public mu::NodeComponent
Remarks
This node selects an output component from a set of input components based on a parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Ptr< NodeComponent > > | Options | ||
| Ptr< NodeScalar > | Parameter |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNodeType * |
Overridden from NodeComponent
| Type | Name | Description | |
|---|---|---|---|
| const NodeComponentNew * |
Overridden from Node
Constants
| Name | Description |
|---|---|
| StaticType |