FRigVMInsertArrayPinAction

An action inserting a new array pin in the graph.

Windows
MacOS
Linux

Inheritance Hierarchy

FRigVMBaseAction

FRigVMInsertArrayPinAction

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/RigVMControllerActions.h"

Syntax

struct FRigVMInsertArrayPinAction : public FRigVMBaseAction

Remarks

An action inserting a new array pin in the graph.

Variables

Name Description

Public variable

FString

 

ArrayPinPath

Public variable

int32

 

Index

Public variable

FString

 

NewDefaultValue

Constructors

Name Description

Public function

FRigVMInsertArrayPinAction()

Public function

FRigVMInsertArrayPinAction

(
    URigVMPin* InArrayPin,
    int32 InIndex,
    const FString& InNewDefaultValue
)

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