Hello everyone.
My UObject doesn't replicate when I change it's UPROPERTY variables. For example, if I change the variable StackAmount, it won't replicate.
Though whenever I add another UObject etc to the array my UObjects are stored in, it gets replicated.
Any ideas as to how I could fix this?
EDIT: It should be noted that I have a struct containing the array of UObjects, and it is the struct I'm replicating.
My UObject doesn't replicate when I change it's UPROPERTY variables. For example, if I change the variable StackAmount, it won't replicate.
Though whenever I add another UObject etc to the array my UObjects are stored in, it gets replicated.
Any ideas as to how I could fix this?

EDIT: It should be noted that I have a struct containing the array of UObjects, and it is the struct I'm replicating.
Comment