Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMPin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString GetBoundVariablePath () |
Returns the variable bound to this pin (or NAME_None) | RigVMModel/RigVMPin.h | |
const FString GetBoundVariablePath
(
const FPinOverride& InOverride |
Returns the variable bound to this pin (or NAME_None) | RigVMModel/RigVMPin.h |
GetBoundVariablePath()
Description
Returns the variable bound to this pin (or NAME_None)
| Name | GetBoundVariablePath |
| 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 |
const FString GetBoundVariablePath() const
GetBoundVariablePath(const FPinOverride &)
Description
Returns the variable bound to this pin (or NAME_None)
| Name | GetBoundVariablePath |
| 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 |
const FString GetBoundVariablePath
(
const FPinOverride & InOverride
) const