Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::TrySetDefaultValue()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
Include |
#include "MetasoundEditorGraphSchema.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
virtual void TrySetDefaultValue
(
UEdGraphPin & Pin,
const FString & NewDefaultValue,
bool bMarkAsModified
) const
Sets the string to the specified pin; even if it is invalid it is still set.
Parameter |
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 |