Example of pushing a menu by class

This commit is contained in:
Steve Streeting 2020-10-23 17:46:15 +01:00
parent eaca0d4a18
commit e4d22dc20e
2 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -145,6 +145,12 @@ Here's an example of doing that in Blueprints:
To progress to a deeper level in the menu, you just push another instance on
to the same stack exactly as you did with the first.
You can also push a menu by class instead of manually creating the instance
yourself:
![Create menu by class](../Resources/menupushbyclass.png)
The default behaviour is that the existing top of stack
is hidden (but not destroyed, so it keeps its state). You can change that
by unchecking the "Hide when Superceded" option on a MenuBase level. Then, the