Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Unreal Engine: Creating a ChatGPT / Dall-E Plugin
Rating: 4.6 out of 5(11 ratings)
144 students

Unreal Engine: Creating a ChatGPT / Dall-E Plugin

Learn how to create an OpenAI ChatGPT and Dall-E plugin directly in the Unreal Engine!
Last updated 2/2024
English

What you'll learn

  • How to create a custom plugin in Unreal Engine
  • How to write a Python script to call a ChatGPT prompt
  • How to write a Python script to call a Dall-E prompt
  • How to script the Unreal Editor to call custom commands
  • How to design and spawn a custom Unreal Editor window

Course content

5 sections13 lectures1h 28m total length
  • Project Primer1:36

    In this project primer, you will find out what to expect from this course.

Requirements

  • Recommended: Basic computer knowledge
  • Recommended: An understanding of basic navigation for the Unreal Engine
  • Recommended: A basic understanding of Unreal widgets
  • Recommended: Some Python scripting experience
  • Recommended: A credit card to connect to your OpenAI account
  • Recommended: Unreal Engine 5.1 or higher installed
  • Recommended: Python compatible IDE installed (Visual Studio, VSCode, etc.)
  • Recommended: Desktop PC with Windows 7 (or later) 64-bit - OR - a Mac with Mac OS X 10.9.2 or later
  • Recommended: DirectX 11 compatible video card
  • Recommended: Quad-core Intel or AMD processor
  • Recommended: 8 GB RAM

Description

The future is here.


Natural Language Processing and Generative AI have taken the world by storm, enabling automation, code generation, and image generation with a simple text prompt. ChatGPT has allowed users to generate an unlimited amount of content, from code generation, to creative writing, to email and web site templates, and so much more! Dall-E has allowed everyone, no matter their artistic skill, to generate art and design as if they were a professional artist!


In this course, you will learn how to create a custom Unreal Editor plugin which adds ChatGPT and Dall-E functionality to the Unreal Engine! At the end of this course, you will have created an Unreal Engine plugin, ported ChatGPT and Dall-E into the editor using Python, and created a full editor utility widget menu to generate ChatGPT responses and Dall-E imagery directly in the Editor! The imagery you generate in Dall-E will also be imported and saved right in the Content Browser!


This is an intermediate course for those who already know the basics of Unreal Engine. We will not be going over how to download and install the Engine or general navigation of the Editor. We will also not be discussing the principles of programming. However, you will be able to follow along in every step of the creation of a fully functional ChatGPT and Dall-E plugin in Unreal Engine!

Who this course is for:

  • Students who want to learn how to create plugins for the Unreal Engine
  • Students interested in generative AI such as ChatGPT and Dall-E
  • Students interested in using Python with the Unreal Engine
  • Students interested in scripting the Unreal Editor workspace