Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMActionStack
Description
Pops the last action from the redo stack and perform redo on it. Note: This should really only be used for unit tests, use the GEditor's main Redo method instead.
| Name | Redo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMControllerActions.h |
| Include Path | #include "RigVMModel/RigVMControllerActions.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMControllerActions.cpp |
UFUNCTION ()
bool Redo
(
URigVMController * InController
)