Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > KismetNodes > SGraphNodeK2Event
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Event.h |
Include | #include "KismetNodes/SGraphNodeK2Event.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Event.cpp |
virtual void AddPin ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SGraphPin](API\Editor\GraphEditor\SGraphPin) > & PinToAdd )
Remarks
Add a new pin to this graph node. The pin must be newly created.
Parameters
Name | Description |
---|---|
PinToAdd | A new pin to add to this GraphNode. |