How to override UWorld?

Hi,

I need to change the behavior of NotifyControlMessage to be able to handle an async login.

I’ve already make a new class who inherits from UWorld.

I can’t find any way to use my new World instead of the classic UWorld.

How to use my new class?

Thanks,

Yohann