I have a strange behavior (well, at least an inconsistency I don’t really understand) when I try to get the value of a variable on an Actor Component from the construction script of the BP Actor. Indeed when I select the instance of the Actor Component in the scene my value is 3, as I set it manually, and keep being set to 3 even if the construction script is called again, and when I try to get it by code from the construction script itself I get the initial value.
Can someone explain to me what is happening here and how to get the value on the instance?