Is it possible to have replicated variables in a blueprint derived from a c++ class that also has replicated variables?

Sorry,…

In the parent c++ class of the blueprint, in the function GetLifetimeReplicatedProps(), the call to Super::GetLifetimeReplicatedProps() was missing!

Everything is fine.