Chapter 3: Object-Oriented Programming and the Gameplay Framework
Blueprints are based on the principles of object-oriented programming (OOP). One of the goals of OOP is to bring programming concepts closer to the real world.
The Unreal Engine Gameplay Framework encompasses all the core systems required for a video game, such as game rules, player input and controls, cameras, and user interfaces.
In this chapter, we will learn about the following topics:
- Getting familiar with OOP concepts
- Managing Actors
- Exploring the Gameplay Framework classes
Getting familiar with OOP
Let's learn about some elementary concepts of OOP, such as classes, instances, and inheritance. These concepts will help you learn about various elements of Blueprints Visual ...
Get Blueprints Visual Scripting for Unreal Engine 5 - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.