Navigation
API > API/Plugins > API/Plugins/MutableTools
This node selects an output Surface from a set of input Surfaces based on a parameter.
| Name | NodeSurfaceSwitch |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeSurfaceSwitch.h |
| Include Path | #include "MuT/NodeSurfaceSwitch.h" |
Syntax
class NodeSurfaceSwitch : public mu::NodeSurface
Inheritance Hierarchy
- CSharedMix → Node → NodeSurface → NodeSurfaceSwitch
- RefCounted → Node → NodeSurface → NodeSurfaceSwitch
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeSurfaceSwitch() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeSurfaceSwitch.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeSurfaceSwitch.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Options | TArray< Ptr< NodeSurface > > | MuT/NodeSurfaceSwitch.h | ||
| Parameter | Ptr< NodeScalar > | MuT/NodeSurfaceSwitch.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeSurfaceSwitch.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeSurfaceSwitch.h |