UClass constructor is called whenever spawn it for instance in c++

Hello,

I have an actor i made .
When I spawn it for instance on runtime , the constructor is called everytime.

As I know, the constructor is only called to make CDO.
Is it right?

I’m confused.

Any advice please?

Thx.