SGraphNodeAI::AddPin

Add a new pin to this graph node. The pin must be newly created.

Windows
MacOS
Linux

Override Hierarchy

SGraphNode::AddPin()

SGraphNodeAI::AddPin()

References

Module

AIGraph

Header

/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h

Include

#include "SGraphNodeAI.h"

Source

/Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp

Syntax

virtual void AddPin
(
    const TSharedRef< SGraphPin > & PinToAdd
)

Remarks

Add a new pin to this graph node. The pin must be newly created.

Parameters

Parameter

Description

PinToAdd

A new pin to add to this GraphNode.

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