UE5 AI Characters + AI Controllers VIDEO
Three steps:
1) Make a Nav Mesh covering the area you want monsters to path around in
2) Make a new Character and set its mesh to some interesting skeletal mesh and AI controller to the thing you make in Step 3
3) Make a new blueprint that inherits from "AI Controller" and then write code using the Simple Move To nodes in blueprints to have it move the monster around the world.
Other Videos By Bill Kerney 2022-09-20 Minor Details 2022-09-19 C++: 2D Vectors for Fun and Profit 2022-09-19 Collaboration with Github for Class Projects 2022-09-16 C++: Don't use Arrays! Use Vectors instead! Also: How to do Nonblocking I/O and Colors in C++ 2022-09-15 Principles of Game Design II 2022-09-14 C++ Function Overloading 2022-09-13 Principles of Game Design I 2022-09-13 Random Q&A 2022-09-12 C++ Vectors 2022-09-09 Debugging C++ (GDB vs. Cout), Top Down vs. Bottom Up programming, Recursion 2022-09-08 UE5 AI Characters + AI Controllers 2022-09-07 C++ Void Functions, Call by Reference, Lvalues vs Rvalues 2022-09-06 UE5 - Making Landscape Materials; Material Functions; Landscape Layers; Automatic Grass Generation 2022-09-02 C++ ++ vs ++; Intro to Functions 2022-09-01 UE5 Advanced Materials and Material Instances 2022-08-31 C++ Widening and Narrowing Operations, Loop Practice with Strings 2022-08-30 UE5 Countdown Timer, Materials Pt 1. 2022-08-29 C++ Casts, Doubly Nested For Loops Pt 2 2022-08-27 C++ Range Based For Loops with Strings 2022-08-25 Sentries Pt 3., Sprinting, Stamina System, HUDs, Projectile Weapons 2022-08-25 C++ Loops with Strings