URigVMActionStack::OpenUndoBracket

Opens an undo bracket / scope to record actions into. This is primary useful for Python.

Windows
MacOS
Linux

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

bool OpenUndoBracket
(
    const FString & InTitle
)

Remarks

Opens an undo bracket / scope to record actions into. This is primary useful for Python.