Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphPin
Description
Returns an internal string representation of the string/object/text default value, that is compatible with AutogeneratedDefaultValue and ImportText
Do not directly compare this value with another to test for a default value. Instead use DoesDefaultValueMatch or DoesDefaultValueMatchAutogenerated on the schema.
| Name | GetDefaultAsString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp |
FString GetDefaultAsString() const