Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::TrySetDefaultValue()
- URigVMEdGraphSchema::TrySetDefaultValue()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual void TrySetDefaultValue
&40;
UEdGraphPin & Pin,
const FString & NewDefaultValue,
bool bMarkAsModified
&41; const
Remarks
Sets the string to the specified pin; even if it is invalid it is still set.
Parameters
| Name | Description |
|---|---|
| Pin | The pin on which to set the default value. |
| NewDefaultValue | The new default value. |
| bMarkAsModified | Marks the container of the value as modified |