UEdGraphPin::GetDefaultAsString

Returns an internal string representation of the string/object/text default value, that is compatible with AutogeneratedDefaultValue and ImportText @note Do not directly compare this value with another to test for a default value.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp

Syntax

FString GetDefaultAsString() const

Remarks

Returns an internal string representation of the string/object/text default value, that is compatible with AutogeneratedDefaultValue and ImportText @note Do not directly compare this value with another to test for a default value. Instead use DoesDefaultValueMatch or DoesDefaultValueMatchAutogenerated on the schema.