UEdGraphSchema::RequestVariableDropOnNode

Request to drop a variable on a node

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool RequestVariableDropOnNode
(
    UEdGraph * InGraph,
    FProperty * InVariableToDrop,
    UEdGraphNode * InNode,
    const FVector2D & InDropPosition,
    const FVector2D & InScreenPosition
)

Remarks

Request to drop a variable on a node

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

InNode

The node we want to drop onto

InDropPosition

The position inside of the graph

InScreenPosition

The position inside of the screen