Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMPin
Description
Returns a . separated path containing all names of the pin and its owners, this includes the node name, for example "Node.Color.R"
| Name | GetPinPath |
| 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)
FString GetPinPath
(
bool bUseNodePath
) const