UBehaviorTreeDecoratorGraphNode::AutowireNewNode

Autowire a newly created node.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::AutowireNewNode()

UBehaviorTreeDecoratorGraphNode::AutowireNewNode()

References

Module

BehaviorTreeEditor

Header

/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeDecoratorGraphNode.h

Include

#include "BehaviorTreeDecoratorGraphNode.h"

Source

/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeDecoratorGraphNode.cpp

Syntax

virtual void AutowireNewNode
(
    UEdGraphPin * FromPin
)

Remarks

Autowire a newly created node.

Parameters

Parameter

Description

FromPin

The source pin that caused the new node to be created (typically a drag-release context menu creation).

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