C++ Compile Bugs
UObject" has no member "BeginPlay" errors?
My solution was I was using BlueprintCallable instead of BlueprintReadWrite,I had duplicate Variable names
If unreal doesn't generate a generated.h file than when you added the class to the project
it failed to compile, the generated.h files are created when you compile the projected then added