Debug sphere not showing up

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


tank header file

Did the code compile successfully?

yep

If you add a log (BeginPlay or Tick) and compile does it show up as expected?

so seems like log show for beigin play but not showing tick function



hello world beigin play

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.

Privacy & Terms