Problem with UMG UI guide.

Hi, I’m trying to make a menu at the official training videos, but faced with a problem.
When he tries to attach a video Cast To MyHUD but I do not have it.
- YouTube - video tutorial.
Please help me!

With the 4.7 patch the main classes have been renamed. In 4.0 - 4.6 the classes in the templates were all named “MyCharacter”, “MyHud”, “MyController”, etc.

Now they are named more appropriately after what they are. In the third person template for example it’s the “ThirdPersonCharacter”.

Try to only search for HUD or even better look the exact name up in your GameMode. You can do that by opening the blueprint tab in the top menu and then taking a look at the “World Override” gamemode. Whatever is set to the HUD there is what you want to cast to. It should look something like this:

I made this picture earlier for someone else who had a similar problem but just with the character. Ignore the red mark and just look what stands under “HUD” in your case.

Cheers :slight_smile: