URigVMController::AddSelectNode

Adds a select node to the graph.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/RigVMController.h

Include

#include "RigVMModel/RigVMController.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp

Syntax

URigVMSelectNode * AddSelectNode
(
    const FString & InCPPType,
    const FName & InCPPTypeObjectPath,
    const FVector2D & InPosition,
    const FString & InNodeName,
    bool bUndo
)

Remarks

Adds a select node to the graph. Select nodes can be used to pick between multiple values based on an index.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss