UEdGraphSchema::RequestVariableDropOnPin

Request to drop a variable on a pin

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool RequestVariableDropOnPin
(
    UEdGraph * InGraph,
    FProperty * InVariableToDrop,
    UEdGraphPin * InPin,
    const FVector2D & InDropPosition,
    const FVector2D & InScreenPosition
)

Remarks

Request to drop a variable on a pin

Returns

the response to rejection or performing the drop

Parameters

Parameter

Description

InGraph

The graph the drop is subject of

InVariableToDrop

The variable we want to drop

InPin

The pin we want to drop onto

InDropPosition

The position inside of the graph

InScreenPosition

The position inside of the screen

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