Hello Sam I have strange consequence
- There is nowhere GameMode Blueprint Constructor Log ? why ?
- There is so strange sequence of function:
First execute GameMode C++ constructor. Second - Game Mode Blueprint BeginPlay. and after that execute Game Mode C++ BeginPlay and where is Game Mode Blueprint Constructor ?
As I knew in general First is C++ contsructor, second - Blueprint Constructor Then - C++ BeginPlay and Last - Blueprint BeginPlay