247 Commits

Author SHA1 Message Date
Steve Streeting
6ad5b24b5f Safety check - if you ever call GetSubsystem() in editor code it crashes 2020-11-23 12:42:54 +00:00
Steve Streeting
3a209b3cfb First pass of creating an inline rich text image based on input mappings 2020-11-23 11:52:37 +00:00
Steve Streeting
183a601170 Useful utility to set Brush content from a sprite without using a UImage 2020-11-23 11:50:40 +00:00
Steve Streeting
b5bdc5141c Remove unnecessary includes 2020-11-23 11:50:06 +00:00
Steve Streeting
a2ca3076e9 Refactor input image lookup logic into GameSubsystem so it can be reused elsewhere 2020-11-20 17:41:26 +00:00
Steve Streeting
70bce95d3b Mention SetFocusProperly 2020-11-20 15:04:41 +00:00
Steve Streeting
b1b790d38e Mention FocusableUserWidget in FocusablePanel docs 2020-11-20 15:01:53 +00:00
Steve Streeting
9545382d1b Document the auto focus behaviour added to FocusableUserWidget 2020-11-20 15:00:08 +00:00
Steve Streeting
a4f6647cf6 Auto-focus system now not dependent on MenuStack, just FocusableUserWidget
This allows you to have other FocusableUserWidget subclasses (e.g. single dialogs)
automatically figure out focus between each other
2020-11-19 16:41:04 +00:00
Steve Streeting
918ccc5cc2 Make MenuStack::RemoveFromParent automatically close all menus remaining in the stack 2020-11-19 15:17:12 +00:00
Steve Streeting
9bcfeba9d7 Make Back and Instant Close inputs configurable in MenuStack (and removable) 2020-11-19 15:16:39 +00:00
Steve Streeting
0baefab436 Safety checks over PlayerController on shutdown in MenuStack 2020-11-19 15:05:46 +00:00
Steve Streeting
793e56051d Safety check 2020-11-19 13:36:02 +00:00
Steve Streeting
c964c990c0 Oops forgot new files 2020-11-19 13:35:53 +00:00
Steve Streeting
5af66f2243 Add MenuSystem which is capable of handling to focus between multiple MenuStacks, so that a closed stack can give focus back to the next most important stack automatically 2020-11-19 13:33:22 +00:00
Steve Streeting
f75706abc4 Make MenuStack able to restore input modes, game pause state and mouse pointer on exit 2020-11-18 15:47:50 +00:00
Steve Streeting
9e13cc8d53 Separated the ability of a user widget to intercept all input into its own thing 2020-11-18 15:12:01 +00:00
Steve Streeting
983396f86a Document option widget 2020-10-27 14:14:07 +00:00
Steve Streeting
532ab9bc79 Expose more function to blueprints 2020-10-27 14:05:52 +00:00
Steve Streeting
d0bbcc6c69 Moved default focus rendering info to focus button page 2020-10-27 11:49:00 +00:00
Steve Streeting
e68c680fd9 Make widget summary more readable 2020-10-27 11:48:22 +00:00
Steve Streeting
6f35abb62a Add FocusablePanel doc 2020-10-27 11:47:51 +00:00
Steve Streeting
4515692e71 Merge branch 'master' of github.com:sinbad/StevesUEHelpers 2020-10-27 10:17:56 +00:00
Steve Streeting
004528223c Added FocusableButton docs 2020-10-27 10:17:52 +00:00
Steve Streeting
c0650d2c09 Seems we need to SynchronizeProperties more often to make sure slate widgets get style 2020-10-26 17:40:49 +00:00
Steve Streeting
7baf07f29b Support setting up Options widget content in design view 2020-10-26 17:40:49 +00:00
Steve Streeting
526b2fed1b Document how MenuStack is a good place to change input mode, game pause etc 2020-10-26 15:42:15 +00:00
Steve Streeting
23585b1ae1 Fix case on link 2020-10-26 15:36:56 +00:00
Steve Streeting
96509250c8 Document the GameViewportClient customisation 2020-10-26 15:35:47 +00:00
Steve Streeting
c107be9d7b Add gif for InputImage as example 2020-10-26 15:11:35 +00:00
Steve Streeting
52915aa105 MenuStack can now change the input mode, game pause and mouse visibility on enter & exit if required 2020-10-26 14:57:33 +00:00
Steve Streeting
167741cfbb Add dedicated UiTheme docs, and document InputImage 2020-10-26 13:05:41 +00:00
Steve Streeting
03e6b8f543 Add link to examples project 2020-10-23 17:53:08 +01:00
Steve Streeting
e4d22dc20e Example of pushing a menu by class 2020-10-23 17:46:15 +01:00
Steve Streeting
eaca0d4a18 Menus section first draft 2020-10-23 17:38:23 +01:00
Steve Streeting
0b26f9b937 Tweaked images a little and reduced game instance discussion in root 2020-10-23 13:03:13 +01:00
Steve Streeting
b56b9e65b8 Move input and widgets docs to their own pages 2020-10-23 12:54:17 +01:00
Steve Streeting
2ddf73b012 Stubbing out the widget documentation 2020-10-23 12:32:13 +01:00
Steve Streeting
0fd38e1869 Merge branch 'master' of github.com:sinbad/StevesUEHelpers 2020-10-23 11:57:33 +01:00
Steve Streeting
78c824754b Tweaked install instructions a little 2020-10-23 11:57:29 +01:00
Steve Streeting
0f2c000939 Enabling UMenuBase to set its own input mode, mouse pointer and game paused & to be used outside of UMenuStack 2020-10-20 15:16:50 +01:00
Steve Streeting
f6cd57c5ee Fix InputImage not adjusting its layout if you switch to an image with a different size 2020-10-16 15:11:44 +01:00
Steve Streeting
cbca5e9cc9 Allow SetFocusProperly to be called by blueprints 2020-10-09 17:53:37 +01:00
Steve Streeting
407eedf59c Added GH link 2020-10-05 17:08:41 +01:00
Steve Streeting
328510e8e0
Update ReadMe.md 2020-09-23 12:33:58 +01:00
Steve Streeting
b7b8fa81ca Change log category name for UI messages 2020-09-17 16:30:38 +01:00
Steve Streeting
6986921439 Code moved into separate repo 2020-09-14 17:00:52 +01:00