UEdGraphSchema_K2::CanVariableBeDropped

Check whether variables can be dropped onto the graph

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"
virtual bool CanVariableBeDropped
(
    [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * InGraph,
    [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * InVariableToDrop
) const

Remarks

Check whether variables can be dropped onto the graph the response to rejection or allowing the drop

Parameters

Name Description
InGraph The graph the drop is subject of
InVariableToDrop The variable we want to drop

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library