Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
Description
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
| Name | GetPinDefaultValuesFromString |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual void GetPinDefaultValuesFromString
(
const FEdGraphPinType & PinType,
UObject * OwningObject,
const FString & NewValue,
FString & UseDefaultValue,
TObjectPtr < UObject > & UseDefaultObject,
FText & UseDefaultText,
bool bPreserveTextIdentity
) const