UK2Node_GetDMXAttributeValues::CreatePinFromUserDefinition

Creates a new pin on the node from the specified user pin info.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UK2Node_EditablePinBase::CreatePinFromUserDefinition()

UK2Node_GetDMXAttributeValues::CreatePinFromUserDefinition()

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 UEdGraphPin * CreatePinFromUserDefinition
(
    const TSharedPtr< FUserPinInfo > NewPinInfo
)

Remarks

Creates a new pin on the node from the specified user pin info. Must be overridden so each type of node can ensure that the pin is created in the proper direction, etc

Parameters

Parameter

Description

NewPinInfo

Shared pointer to the struct containing the info for this pin