Game developement (Unreal Engine 4)

Multiple
Enroll for Codenera

Content

Unreal Engine 4 Beginner's Tutorial #7 - Make A Garden (Input Basics)

In this lesson we'll learn how to create basic input events in UE4 in order to do cool things when players press keys or buttons. We'll also learn about the difference between player controllers and player pawns, how to set up a controller and pawn, and about UE4's game mode system.More information about game modes can be found here: https://www.youtube.com/watch?v=kiBQ4...HOMEWORK ASSIGNMENT:Given everything we learned today, if you're feeling up to a challenge, try this exercise: Can you create multiple kinds (or colors) of flowers the player can place using different keys-- but also have it be the case that the delete key deletes flowers of any type/color?Hint: there are a number of ways to solve this problem, but the easiest place to start would be to make each flower its own Actor class and modify the "delete" code so that it looks for Actors of each flower type!

Game Design

Game Design

In this lesson we'll learn how to create basic input events in UE4 in order to do cool things when players press keys or buttons. We'll also learn about the difference between player controllers and player pawns, how to set up a controller and pawn, and about UE4's game mode system.More information about game modes can be found here: https://www.youtube.com/watch?v=kiBQ4...HOMEWORK ASSIGNMENT:Given everything we learned today, if you're feeling up to a challenge, try this exercise: Can you create multiple kinds (or colors) of flowers the player can place using different keys-- but also have it be the case that the delete key deletes flowers of any type/color?Hint: there are a number of ways to solve this problem, but the easiest place to start would be to make each flower its own Actor class and modify the "delete" code so that it looks for Actors of each flower type!

Course Overview

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

Enroll for Codenera