Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 251 Bytes

BeginPlay.md

File metadata and controls

8 lines (5 loc) · 251 Bytes

2020-12-30_19:35:04

BeginPlay

BeginPlay is a callback that is called at the start of an object's lifetime. Either at the start of the game or when the object is created mid-game.

todo: Write about some things that are good to do in BeginPlay.