Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController/SetPinIndexInCategory
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool SetPinIndexInCategory
(
const FString & InPinPath,
int32 InIndexInCategory,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
Remarks
Changes a pin category's expansion state. 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.