I know how to replicate UObject using AActor::ReplicateSubobjects. But ReplicateSubobjects only fires once right somewhere after the actor’s BeginPlay. This only allows me to create UObject in the initialization of the actor.
Is there a way to create a replicated UObject anytime?