Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMNode
- URigVMTemplateNode
- UDEPRECATED_RigVMSelectNode
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMSelectNode.h |
| Include | #include "RigVMModel/Nodes/RigVMSelectNode.h" |
Syntax
UCLASS&40;BlueprintType, Deprecated&41;
class UDEPRECATED_RigVMSelectNode : public URigVMTemplateNode
Remarks
A select node is used to select between multiple values
Overridden from URigVMTemplateNode
| Type | Name | Description | |
|---|---|---|---|
| FName | GetNotation () |
Override from URigVMTemplateNode. | |
| const FRigVMTemplate * | GetTemplate () |
Returns the template used for this node | |
| bool | IsSingleton () |
Overridden from URigVMNode
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowsLinksOn
(
const URigVMPin* InPin |
||
| FLinearColor | GetNodeColor () |
Returns the color of this node - used for UI. | |
| FString | GetNodeTitle () |
Override from URigVMNode. |
Constants
| Name | Description |
|---|---|
| IndexName | |
| ResultName | |
| SelectName | |
| ValueName |