Getting Started with Character AI

Could somebody tell me how to get started with character AI? I know I need a Character class and an AIController class, but that’s all I know right now. I don’t know how to set it up to get the AIController to control the Character.

Try browsing https://github.com/EpicGames/UnrealT…tComponent.cpp and related classes. Reading methods like “void UUTGhostComponent::GhostStartPlaying()” might give rough idea to implement the AIController with Character. Good luck!