I have a blueprint that has a c++ parent class and I want both of them( the blueprint and its parent c++ class) to have variables that replicate. The blueprint does not replicate it’s variables if the parent c++ class has any replicated functionality, but does work if I remove the replicated variables from the c++ class.
Is there anyway around this because I’d like to be able to have variables in both places replicate freely across the network.
Thank you.