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.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss