How to replicate the variable declared in under the struct?

Hello,

You’d need to replicate the struct variable, not the member of the struct. Replicated USTRUCT properties replicate their members if they’re a UPROPERTY

Here is a nice resource on structs if you’re not familiar with it: wiki.unrealengine.com

5 Likes