Wertandrew
(Wertandrew)
January 11, 2024, 4:55pm
1
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Devices
Summary
Map Indicators have an option for enabling icons to be seen on the minimap, with the ability to have custom icons as well, but both don’t work at the moment, no icon shows
Steps to Reproduce
Place a map indicator
Enable an icon on it
Start game
Expected Result
Icon shows in both maps
Observed Result
Icon doesnt show
Platform(s)
PC
GraemeBB
(GraemeBB)
January 11, 2024, 6:08pm
2
I’m not seeing this problem, but I’m doing it in UEFN. Works perfect. Maybe switch to UEFN for just that part?
Wertandrew
(Wertandrew)
January 12, 2024, 5:11pm
3
I did that too but not working. Can you share your settings? Not sure what I am missing
GraemeBB
(GraemeBB)
January 12, 2024, 6:49pm
4
I changed nothing… just activated it in code and it just works. Do you have code running for it?
@editable
MI:map_indicator_device = map_indicator_device{}
@editable
StartMarkerButton:button_device = button_device{}
OnBegin<override>()<suspends>:void=
StartMarkerButton.InteractedWithEvent.Subscribe(OnButton)
OnButton(Agent:agent):void=
MI.ActivateObjectivePulse(Agent)
Wertandrew
(Wertandrew)
January 13, 2024, 12:04pm
5
So it only runs through verse then, got it. I had the device placed and expected it to work through there
SepixSC
(SepixSC)
January 17, 2024, 6:26am
6
is it solved? or were you able to solve it in some way?
Wertandrew
(Wertandrew)
January 18, 2024, 2:41pm
7
Okay yeah I managed to get it to work. You have to disable this setting and use the icon slots above that to add your custom icon. Still seems like a bug, but at least there is a workaround