Navigation
Unreal Engine C++ API Reference > Editor > Kismet > FKismetVariableDragDropAction
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/BPVariableDragDropAction.h |
Include | #include "BPVariableDragDropAction.h" |
Source | /Engine/Source/Editor/Kismet/Private/BPVariableDragDropAction.cpp |
bool CanVariableBeDropped ( const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * InVariableProperty, const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) & InGraph ) const
Remarks
Checks if the property can be dropped in a graph
Parameters
Name | Description |
---|---|
InVariableProperty | The variable property to check with |
InGraph | The graph to check against placing the variable |