Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
A if node is used to pick between two values
| Name | UDEPRECATED_RigVMIfNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMIfNode.h |
| Include Path | #include "RigVMModel/Nodes/RigVMIfNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Deprecated)
class UDEPRECATED_RigVMIfNode : public URigVMTemplateNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMNode → URigVMTemplateNode → UDEPRECATED_RigVMIfNode
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConditionName | const TCHAR * | RigVMModel/Nodes/RigVMIfNode.h | |
| FalseName | const TCHAR * | RigVMModel/Nodes/RigVMIfNode.h | |
| IfName | const TCHAR * | RigVMModel/Nodes/RigVMIfNode.h | |
| ResultName | const TCHAR * | RigVMModel/Nodes/RigVMIfNode.h | |
| TrueName | const TCHAR * | RigVMModel/Nodes/RigVMIfNode.h |
Functions
Public
Overridden from URigVMTemplateNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetNotation() |
Override from URigVMTemplateNode. | RigVMModel/Nodes/RigVMIfNode.h | |
virtual const FRigVMTemplate * GetTemplate() |
Returns the template used for this node | RigVMModel/Nodes/RigVMIfNode.h | |
virtual bool IsSingleton() |
RigVMModel/Nodes/RigVMIfNode.h |
Overridden from URigVMNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FLinearColor GetNodeColor() |
Returns the color of this node - used for UI. | RigVMModel/Nodes/RigVMIfNode.h | |
virtual FString GetNodeTitle() |
Override from URigVMNode. | RigVMModel/Nodes/RigVMIfNode.h |