Are the actions for each button hardcoded as C++? It seems impossible to create a button for a simple interaction
Indeed, but I’d say they’re coded in C++, not hardcoded
In the Unreal editor, you can click Menu → File → Open Visual Studio
In the project that opens up the file ControllerBox.cpp contains the logic for the different buttons (e.g. GoCowMoo)
Hope this helps
1 Like