Hey,
I am trying to create a greyboxing tool using blueprints. I am trying to set certain parameters in the construction script that depends on whether the mouse button is released from the object but I can’t find the right thing to use, I have tried using events in event graph which are called in the construction script but I think they dont work properly because it’s not in game mode as well as trying to use the IsKeyDown? function but also that does not work. Is there any way around this so I can detect a mouse release event in blueprints construction script or is this something I will be forced to do in C++?