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 until we hit the provided parent pin.
| Name | GetSubPinPath |
| 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 GetSubPinPath
(
const URigVMPin * InParentPin,
bool bIncludeParentPinName
) const