Component added in blueprint not replicating

I have this component field on a player controller subclass:
Screenshot 2021-01-30 233046.png
In a blueprint inheriting this class, I try to set this component during the construction script, and I make sure to set that the component replicates.


I need this component to replicate so it can execute RPC’s.
Based on this:
https://docs.unrealengine.com/en-US/…nts/index.html
I am not sure what else I can try to do to get this component to replicate. What am I missing?