Help Crashing UE_LOG

the answers lies in putting *FInputActionKeyMapping.ActionName.ToString(); in Begin Play();

as well as setting FinputActionKeyMapping.ActionName = FName() in BeginPlay to actually Visualize Changes.

Thanks ndelchen for being the first to help especially as quickly as you did , your awesome.