UK2Node_PixelMappingRendererComponent::AllocateDefaultPins

Allocate default pins for a given node, based only the NodeType, which should already be filled in.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::AllocateDefaultPins()

UK2Node_PixelMappingBaseComponent::AllocateDefaultPins()

UK2Node_PixelMappingRendererComponent::AllocateDefaultPins()

References

Module

DMXPixelMappingBlueprintGraph

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingBlueprintGraph/Public/K2Node_PixelMappingRendererComponent.h

Include

#include "K2Node_PixelMappingRendererComponent.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingBlueprintGraph/Private/K2Node_PixelMappingRendererComponent.cpp

Syntax

virtual void AllocateDefaultPins()

Remarks

Allocate default pins for a given node, based only the NodeType, which should already be filled in.

Returns

true if the pin creation succeeds, false if there was a problem (such a failure to find a function when the node is a function call).

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