UControlRigGraphSchema::RequestVariableDropOnPanel

Request to drop a variable on a panel

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::RequestVariableDropOnPanel()

UControlRigGraphSchema::RequestVariableDropOnPanel()

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Public/Graph/ControlRigGraphSchema.h

Include

#include "Graph/ControlRigGraphSchema.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Private/Graph/ControlRigGraphSchema.cpp

Syntax

virtual bool RequestVariableDropOnPanel
(
    UEdGraph * InGraph,
    FProperty * InVariableToDrop,
    const FVector2D & InDropPosition,
    const FVector2D & InScreenPosition
)

Remarks

Request to drop a variable on a panel

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

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