Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMPin
Description
Returns index within a category on a pin. 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 | GetIndexInCategory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMPin.h |
| Include Path | #include "RigVMModel/RigVMPin.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMPin.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMPin)
int32 GetIndexInCategory() const