FRigVMSetNodeCategoryAction::Merge

Trys to merge the action with another action and returns true if successfull.

Windows
MacOS
Linux

Override Hierarchy

FRigVMBaseAction::Merge()

FRigVMSetNodeCategoryAction::Merge()

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMModel/RigVMControllerActions.h"

Source

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

Syntax

virtual bool Merge
(
    const FRigVMBaseAction * Other
)

Remarks

Trys to merge the action with another action and returns true if successfull.