Hello,
I’m trying to replicate a variable inside a component. But modifications are not visible in client side, only in server side.
To reproduce scenario with Third Person template.
- Create a new component with a replicated variable;
- Attach component to ThirdPersonn character. Set as replicated;
- Check that ThirdPersonn character is also replicated.
I’m not using SetReplicate function available in blueprint, just check boxes in detail panel.
In my case, variable is not replicated inside component.
Am I missing something ?
Thanks