English: https://abovenoisestudios.com/blogeng/ueinterfacesgameaudioeng
Spanish: https://abovenoisestudios.com/blogespanol/ueinterfacesgameaudioesp
Created By: Horacio Valdivieso
[email protected]
LinkedIn
Unreal Engine Version: 5.3.2
This repository contains an Unreal Engine 5 project.
It uses a top-down template created with the Epic Games Launcher.
This project shows how to create and use Interfaces in Unreal Engine. It also shows how to create these interfaces in C++ and Blueprint and combine both types.
How to Use?:
To download this project, click on the Code button and Download Zip.
To rebuild and compile the project, ensure you have Visual Studio for Windows or Xcode for Mac. Right-click on MyUE5Project.uproject and choose "Generate Visual Studio Project Files" on Windows or Services > "Generate Xcode project" on Mac. Double-click on MyUE5Project.uproject to open the UE5 project.
Rebuild the project:
About Compiler Versions:
WINDOWS:
- Visual Studio 2019 v16.11.5 to 2022 are currently compatible with UE5.
- Its essential to install these Workloads: ".NET Desktop Development", "Desktop Development With C++", and "Game Development With C++".
Here is a useful video on how to set up VS for UE5 Development: LINK
MAC:
- Xcode v14.1 to 15.2 are currently compatible with UE5.
Enjoy!
Este repositorio contiene un proyecto en Unreal Engine 5.
Usa una maqueta top-down creada con el Epic Games Launcher.
Este proyecto muestra cómo crear y usar interfaces en Unreal Engine. También muestra cómo crear estas interfaces en C++ y Blueprint y cómo combinar los dos tipos.
Cómo Usar?:
Para descargar este proyecto, da click en el botón Code y luego en Download Zip.\
Para construir y compilar el proyecto, asegúrate de tener Visual Studio para Windows o Xcode. Haz click derecho en MyUE5Project.uproject y selecciona "Generate Visual Studio Project Files" en Windows o Services > "Generate Xcode project" en Mac. Haz doble click en MyUE5Project.uproject para abrir el proyecto UE5.
Reconstruye el proyecto:
Sobre las versiones del compilador:
WINDOWS:
- Visual Studio 2019 v16.11.5 a la 2022 son actualmente compatibles con UE5.
- Es esencial instalar estas cargas de trabajo: ".NET Para El Escritorio", "Desarrollo Para El Escritorio Con C++", y "Desarrolo De Juegos Con C++".
Aquí hay un vídeo muy útil sobre cómo configurar VS para desarrollo en UE5: LINK
MAC:
- Xcode v14.1 a la 15.2 son actualmente compatibles con UE5.
Disfruta!