You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for any and all insight on how to manage, name, and really just best practices of all kinds. Literally anything useful with UI / UMG / Slate that is helpful to know and conform to.
Please discuss here, on the Gamemakin Discord at https://discord.gg/Kdq5dth or http://discord.gamemak.in/, or just create pull requests with your contributions. If possible, please include ways you've seen these in practice, pros and cons, possible alternates. Feel free to contact me through other secure means if you would like to talk behind an NDA or encryption.
The text was updated successfully, but these errors were encountered:
WU_ for Widget Utility
For custom object, like button override or something, i add at the end a name to reflect their nature. So as example, GamepadButton or HealthThrobber.
Inside Widget Editor, all widget variables are prefixed with their nature, to quickly find it in event graph side (Btn_Login, Txt_ItemDescription)
I've tried both WBP and W, but I like W better because it looks a bit better in the palette, which strips _. I've been doing Login_Button instead of Btn_Login for individual widget variables because I want the related widgets to sort together, although I could theoretically use categories for that (which I never do because it's the one thing you have to edit in the variable view)
I'm looking for any and all insight on how to manage, name, and really just best practices of all kinds. Literally anything useful with UI / UMG / Slate that is helpful to know and conform to.
Please discuss here, on the Gamemakin Discord at https://discord.gg/Kdq5dth or http://discord.gamemak.in/, or just create pull requests with your contributions. If possible, please include ways you've seen these in practice, pros and cons, possible alternates. Feel free to contact me through other secure means if you would like to talk behind an NDA or encryption.
The text was updated successfully, but these errors were encountered: