Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::IsPinDefaultValid()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual FString IsPinDefaultValid
(
const UEdGraphPin * Pin,
const FString & NewDefaultValue,
UObject * NewDefaultObject,
const FText & InNewDefaultText
) const
Determine if the supplied pin default values would be valid.
An empty string if the new value is legal, otherwise a message describing why it is invalid.
Parameter |
Description |
---|---|
Pin |
The pin to check the default value on. |