UK2Node_GetDMXAttributeValues::ModifyUserDefinedPinDefaultValue

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UK2Node_EditablePinBase::ModifyUserDefinedPinDefaultValue()

UK2Node_GetDMXAttributeValues::ModifyUserDefinedPinDefaultValue()

References

Module

DMXBlueprintGraph

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h

Include

#include "K2Node_GetDMXAttributeValues.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Private/K2Node_GetDMXAttributeValues.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