UEdGraphPin::MovePersistentDataFromOldPin

Moves the persistent data (across a node refresh) from the SourcePin.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp

Syntax

void MovePersistentDataFromOldPin
(
    UEdGraphPin & SourcePin
)

Remarks

Moves the persistent data (across a node refresh) from the SourcePin.

Parameters

Parameter

Description

SourcePin

Source pin.