Epic Developer Community Forums
Drag and drop a matching item?
Development
Programming & Scripting
UI
unreal-engine
Everynone
(Everynone)
August 25, 2024, 9:29am
2
Create an enumerator:
Or, in fewer words:
drop slots get an enum
draggables get an enum
when you drop, compare enumerators
if match → Drop
if not → Cancel Operation
show post in topic