Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Deselects all currently selected nodes in the graph. This might cause several NodeDeselected modified event.
| Name | ClearNodeSelection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool ClearNodeSelection
(
bool bSetupUndoRedo,
bool bPrintPythonCommand
)