Hello,
i am %100 sure that i’ve followed every single step according to the course but for some reason when i use GetOverlappingActors() it just doesn’t work like it does in the video. In the course this is not even the main topic of the lesson, the instructor just writes to code and goes on.
what I’ve tried:
#include “Components/PrimitiveComponent.h”
Write it as “UPrimitiveComponent::GetOverlappingActors(Actors);”
when i do it like this it can autocomplete the function so it can clearly see it but now the error is changed to “this declaration has no storage class or type specifier”
Rebuild
Regenerate Visual Studio project files
None of it worked and i couldn’t find anyone else that faced the same problem. I am a complete beginner and so please explain in basic terms. I’ve been trying to solve this for more than 2 days and i am so close to throwing my laptop out of the window.