Why can't I hide my actor with delay after I've spawned it in?

Hi. I’m quite new to Unreal Engine and I was wondering why I can’t hide my actor with delay after I’ve spawned it in with “Spawn Actor From Class”. I can hide it with out delay, but its obviously too fast. Any anwsers are welcomed.

Hey @MangoPenguin2601!

Did you try putting the delay/SetActorHiddenInGame on the BeginPlay of the actor being spawned? Give that a shot! :slight_smile:

2 Likes