Implement Input Action in C++ - problem with trigger.

Recently I saw a talk from Ari (an Epic developer evangelist) and he said “there’s no prize for making a project purely in blueprint”. Well that’s equally true for trying to make a project 100% in C++. Some things are designed to be created as content in the Editor. Things like maps, UIs and input actions. You’re not supposed to construct these objects in C++, you’re supposed to make them in the content browser and reference them through asset references and the mapping contexts.

I understand that it’s a project to learn, but there’s no point learning it way that it is never actually intended to be used based on an entirely arbitrary requirement that makes no sense. It also makes it harder for the community to help you because all of the advice and direction is going to be based on how you’re supposed to have things setup.

I’m not trying to be discouraging, just trying to redirect your energies.