Hello Matii,
If you refer to the original post in that forum thread, the user is asking for a C++ alternative to blueprint’s Construction Script for use in the editor. In this situation, OnConstruct does act in the exact same way as the blueprint’s Construction Script. This does not mean that it works that way at runtime however. Nothing related to construction in C++ is going to be called at runtime unless something is dynamically spawned.