Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController/SetPinDefaultValue
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 SetPinDefaultValue
&40;
const FString & InPinPath,
const FString & InDefaultValue,
bool bResizeArrays,
bool bSetupUndoRedo,
bool bMergeUndoAction,
bool bPrintPythonCommand
&41;
Remarks
Sets the default value of a pin given its pinpath. This causes a PinDefaultValueChanged modified event.