UK2Node_FunctionEntry::ModifyUserDefinedPinDefaultValue

Modifies the default value of an existing pin on the node, this will update both the UserPinInfo and the linked editor pin

Windows
MacOS
Linux

Override Hierarchy

UK2Node_EditablePinBase::ModifyUserDefinedPinDefaultValue()

UK2Node_FunctionEntry::ModifyUserDefinedPinDefaultValue()

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_FunctionEntry.h"

Source

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

Syntax

virtual bool ModifyUserDefinedPinDefaultValue
(
    TSharedPtr< FUserPinInfo > PinInfo,
    const FString & NewDefaultValue
)

Remarks

Modifies the default value of an existing pin on the node, this will update both the UserPinInfo and the linked editor 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