mouse cursor different for each map

Hi,

I would like to know if it is possible to customize the mouse cursor for each map.

Because the problem is that when you customize the cursor in “settings>user interface”, the cursor is the same for all maps in the game.

I would have liked to have a different cursor for some specific maps. I looked in “game mode” but you can’t customize anything for the cursor.

Do you have an idea?

Thank you for your reply.

I did not find. Has anyone ever managed to do this.

you can customize the cursor in the player controller with

SetMouseCursorWidget function

you can still call this from your GameMode with a Ref to the controller, or you could set a different controller per map or just use an Enum to decide what cursor to use per map

2 Likes

Thank you very much I will try this method.

Thanks for your solution, I used a player controller as you indicated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.