I have my tags set properly, the code is giving no errors, and I’ve made sure it matches the lesson. Despite this, the wall still does not move in the slightest. Any suggestions?
EDIT: I ran the debug console and found that the if statement
if (Actor->ActorHasTag(AcceptableActorTag))
{
return Actor;
}
is not running