Choose your operating system:
Windows
macOS
Linux
| UK2Node_EditablePinBase::CreatePinFromUserDefinition()
|
Module |
|
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 |
virtual UEdGraphPin * CreatePinFromUserDefinition
(
const TSharedPtr< FUserPinInfo > NewPinInfo
)
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
Parameter |
Description |
---|---|
NewPinInfo |
Shared pointer to the struct containing the info for this pin |