Can ue4 still use flash to make meun?

i know how to make meun in udk,i use flash make basic meun,then export swf and import to udk.

so how do i make meun in ue4,is it the same way to make meun in ue4 like what i have done in udk?

You talking about ScaleForm, which is actully 3rd party middleware which was included in UDK and it’s not avable in UE4 and most likely will be sold sepretly. There 3 ways of making UI in UE4 right now

1.Use HUD system ( with canvas)

2.Use Actor based menus

3.Slate - which is engines UI system that editor uses… but it not very well documented

No, Scaleform is not implemented in UE4.

You can search for the Slate Tutorials and do that in C++.

Or look for the tutorials on how to make a HUD in Blueprints.

thank you!
so which way to do the meun is more beautiful

thank you! so which way to do the meun is more beautiful

thank you! so which way to do the meun is more beautiful

My suggestion is to go with canvas system using blueprints. Its quite easy to set up, especially if your HUD is not very content-intensive.

, could you elaborate further on those Actor-based menus??

You can detect clicks and touches on actors, so technically you can make menu out of them, in fact Tappy Chicken is 100% made out of actors including it’s menus. Ofcorse it more suitable for stale camera game, but you can make actors follow camera, but then you need to watc hout for actors not be covered by other actors