Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController/BindPinToVariable
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&40;BlueprintCallable, Category&61;RigVMController&41;
bool BindPinToVariable
&40;
const FString & InPinPath,
const FString & InNewBoundVariablePath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
&41;
Remarks
Binds a pin to a variable (or removes the binding given NAME_None) This causes a PinBoundVariableChanged modified event.