Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetPinDefaultValue
(
URigVMPin* InPin, |
RigVMModel/RigVMController.h |
|
|
bool SetPinDefaultValue
(
const FString& InPinPath, |
Sets the default value of a pin given its pinpath. | RigVMModel/RigVMController.h |
|
SetPinDefaultValue(URigVMPin *, const FString &, bool, bool, bool, bool)
| Name | SetPinDefaultValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool SetPinDefaultValue
(
URigVMPin * InPin,
const FString & InDefaultValue,
bool bResizeArrays,
bool bSetupUndoRedo,
bool bMergeUndoAction,
bool bSetValueOnLinkedPins
)
SetPinDefaultValue(const FString &, const FString &, bool, bool, bool, bool, bool)
Description
Sets the default value of a pin given its pinpath. This causes a PinDefaultValueChanged modified event.
| Name | SetPinDefaultValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool SetPinDefaultValue
(
const FString & InPinPath,
const FString & InDefaultValue,
bool bResizeArrays,
bool bSetupUndoRedo,
bool bMergeUndoAction,
bool bPrintPythonCommand,
bool bSetValueOnLinkedPins
)