@Ari_Epic
I managed to get a sub-classed LyraController setup for this,
Any suggestions on best practices to sub-class & override the LyraCharacter LyraHeroComponent functions needed in the “Gravity Relative Mouse Input” changes, since the input for that project is handled in a C++ Component instead of directly in the Chars BP?
EDIT: Workaround for now that I found is to make a custom LyraHeroComponent in the project, Converting the Input_Move function from virtual void to a UFUNCTION(BlueprintImplementableEvent) void & then setting up the needed refs on begin play, gating the move input behind a validated get.