UControlRigGraphSchema::CanVariableBeDropped

Check whether variables can be dropped onto the graph

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CanVariableBeDropped()

UControlRigGraphSchema::CanVariableBeDropped()

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 CanVariableBeDropped
(
    UEdGraph * InGraph,
    FProperty * InVariableToDrop
) const

Remarks

Check whether variables can be dropped onto the graph

Returns

the response to rejection or allowing the drop

Parameters

Parameter

Description

InGraph

The graph the drop is subject of

InVariableToDrop

The variable we want to drop

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