Secret Door Not Moving

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

I figured it out. I hadn’t set the move offset after it had crashed in a previous run…

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms