"SpawnActor failed because no class was specified"
Hello, I have this problem since last lecture. Fixed it with blueprint. But now when I try add this in Projectile.cpp
ProjectileMovement->SetVelocityInLocalSpace(FVector::ForwardVector * Speed);
ProjectileMovement->Activate();
editor crash.
I tried to fix this class error, even copied files from course, and nothing work.