Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool CanVariableBeDropped
(
UEdGraph * InGraph,
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 |