Pute Virtual Functions

In C++ you can have pure virtual functions. Its when a base class declares a virtual function but does not provide any implementation, the children provide implementation. In UE4, I’m forced to have a bunch of empty function bodies in my cpp.