Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Clears the pin category. The category is UI relevant only and used to order pins in the user interface of the node as well as on the details panel.
| Name | ClearPinCategory |
| 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 ClearPinCategory
(
const FString & InPinPath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)