UEdGraphSchema_K2::DefaultValueSimpleValidation

Do validation, that doesn't require a knowledge about actual pin

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 bool DefaultValueSimpleValidation
(
    const FEdGraphPinType & PinType,
    const FName PinName,
    const FString & NewDefaultValue,
    UObject * NewDefaultObject,
    const FText & InText,
    FString * OutMsg
) const

Remarks

Do validation, that doesn't require a knowledge about actual pin

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