Login System in Unreal Engine using AWS Part 1

Sdílet
Vložit
  • čas přidán 10. 06. 2023
  • Unreal Engine 4.27, 5.0, 5.1, 5.2
    Github files: github.com/IamKingWaiMark/Unr...
    Hello, in this series, I’ll show you how to set up a login system using Amazon Cognito, Amazon Lambda Functions, Amazon API Gateway and a plugin called HTTP Requests for Blueprints.
    First, we’ll create a simple user interface in Unreal Engine to sign up for an account and to sign in. Then we’ll create a Cognito User pool to house all our user’s accounts and create lambda functions to handle the logic of adding new users, signing in, and confirming the account. Lastly, we’ll create our own API using the API Gateway to execute our functions through HTTP requests in Unreal Engine using the HTTP Requests for Blueprints.
    The goal is to show you how to create a simple login UI with some AWS services for a login system then you should be able to figure out on your own to add the Reset and Forgot password features.
    Http Requests for Blueprints Plugin:
    www.unrealengine.com/marketpl...
    Http Requests for Blueprints Plugin Documentation: codeible.com/view/videotutori...
    How to install HTTP Requests for Blueprints plugin for Unreal Engine Source Project from Git:
    codeible.com/view/videotutori...
    0:05 - Introduction
    0:55 - Installing the HTTP Requests for Blueprints Plugin
    1:25 - Downloading the Assets
    2:26 - Creating the LoginMenu Widget Bliueprint
    2:49 - Adding the Widget Switcher
    3:19 - Creating the Sign In Screen
    8:34 - Creating the Sign Up Screen
    11:50 - Testing the UI
    16:10 - Creating the Confirmation Screen
    19:29 - Thanks for watching
    19:36 - Like Share Subscribe to support the channel
    Read it on Codeible:
    codeible.com/view/videotutori...
    If you find this video helpful, please Like, Share, and Subscribe to support the channel!
    Codeible App:
    play.google.com/console/u/0/d...
    Codeible website:
    codeible.com/
    Loop Clicker:
    play.google.com/store/apps/de...
    Loop Clicker Website:
    loopclicker.web.app/
    Support Codeible on Patreon!
    / codeible
    Reddit:
    / codeible
    Follow on Pinterest:
    / codeible
    Follow on Instagram:
    / codeibleig
    Follow on Twitter:
    intent/follow?ori...
  • Zábava

Komentáře • 3

  • @cristianhoger
    @cristianhoger Před 6 měsíci

    exactly what I was looking for, thanks a lot!

  • @glassvalorant
    @glassvalorant Před 8 měsíci

    Thanks a lot

  • @pheroqt1238
    @pheroqt1238 Před rokem

    Hi! Could you make the same thing for Godot 4 for your next playlist? That would be hot!