UEdGraphSchema::CanVariableBeDropped

Check whether variables can be dropped onto the graph

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

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