FRigVMAddRerouteNodeAction

An action adding a reroute node to the graph.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseAction

FRigVMAddRerouteNodeAction

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/RigVMControllerActions.h"

Syntax

struct FRigVMAddRerouteNodeAction : public FRigVMBaseAction

Remarks

An action adding a reroute node to the graph.

Variables

Name Description

Public variable

bool

 

bIsConstant

Public variable

bool

 

bShowAsFullNode

Public variable

FString

 

CPPType

Public variable

FName

 

CPPTypeObjectPath

Public variable

FName

 

CustomWidgetName

Public variable

FString

 

DefaultValue

Public variable

FString

 

NodePath

Public variable

FVector2D

 

Position

Constructors

Destructors

Overridden from FRigVMBaseAction

Name Description

Public function Virtual

bool

 

Redo

(
    URigVMController* InController
)

Re-does the action and returns true if successfull.

Public function Virtual

bool

 

Undo

(
    URigVMController* InController
)

Un-does the action and returns true if successfull.

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