I’m initializing GUID using an `UActorComponent()` class through `OnRegister()`
However, it turns out `OnRegister()` gets called multiple times when I’m dragging or moving actor (is this behavior normal?)…and the GUID reset to zero everytime `OnRegister()` gets called.
Anybody has an idea why this is happening?