UEdGraphSchema::RequestVariableDropOnNode

Request to drop a variable on a node

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

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