You can do it in the constructor if it works for you. But I’ve experienced cases where .AddDynamic would sometimes not work in the constructor, but work on BeginPlay();
If you put it in the constructor and it works, it’s fine.
You can do it in the constructor if it works for you. But I’ve experienced cases where .AddDynamic would sometimes not work in the constructor, but work on BeginPlay();
If you put it in the constructor and it works, it’s fine.