The error message is telling you that an implementation for a non-pure-virtual function Crouch
has not been found.
refer to this guide for correctly defining and implementing interface functions: Interfaces in C++ - UE4: Guidebook
The error message is telling you that an implementation for a non-pure-virtual function Crouch
has not been found.
refer to this guide for correctly defining and implementing interface functions: Interfaces in C++ - UE4: Guidebook