Original Post — Direct link
over 4 years ago - /u/Spook- - Direct link

Originally posted by Battlefield_Recap

Works by modifying the Mordhau main menu pawn and telling it to spawn a widget that has a web browser component.

That's pretty much all the news panel on the right side is - web browser widget pointed to a custom page on the Mordhau site which we can update from the site's backend.

over 4 years ago - /u/Spook- - Direct link

Originally posted by Battlefield_Recap

Figured as much given that the web plugin wouldnt be supported if it didnt already exist natively. Do you have any methods you could share to extract data from the web widget btw, I want to interface with it to create admin tools. My current methods are to use changes in the url to output the new url and to get the title text, doing this we can encode data into the url/title that i can convert into usable parameters in the widget blueprint

Don't know of any methods to extract data from the page itself, the browser widget is fairly limited in what it can do natively, your URL method sounds like a crafty workaround using the title text.

over 4 years ago - /u/Spook- - Direct link

Originally posted by Battlefield_Recap

Yeah, I'll just roll with this for now and see how far I can take it, thanks for the input though! (P.S. pls fix max name length)

>(P.S. pls fix max name length)

The text in the UI supports max name length so I'm not sure why it gets cut off