UEdGraphSchema_K2::GetPinDefaultValuesFromString

Reads in a [FString](API\Runtime\Core\Containers\FString) and gets the values of the pin defaults for that type.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp

Syntax

virtual void GetPinDefaultValuesFromString
(
    const FEdGraphPinType & PinType,
    UObject * OwningObject,
    const FString & NewValue,
    FString & UseDefaultValue,
    UObject *& UseDefaultObject,
    FText & UseDefaultText,
    bool bPreserveTextIdentity
) const

Remarks

Reads in a FString and gets the values of the pin defaults for that type. This can be passed to DefaultValueSimpleValidation to validate. OwningObject can be null

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