Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::CanVariableBeDropped()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
Check whether variables can be dropped onto the graph
the response to rejection or allowing the drop
Parameter |
Description |
---|---|
InGraph |
The graph the drop is subject of |
InVariableToDrop |
The variable we want to drop |