hello my debug sphere for some reason not showing up not sure if ive just missed something any help would be appricated

hello my debug sphere for some reason not showing up not sure if ive just missed something any help would be appricated
Did the code compile successfully?
If you add a log (BeginPlay or Tick) and compile does it show up as expected?
You’re missing the call to Super::BeginPlay();
which is what sets up tick (in AActor::BeginPlay
)
ah totally missed that thank you
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.