Basic Enemy AI in C++?

Hey, guys. Using C++, does anybody know how to create a basic enemy AI for Unreal Engine 4? If so, it would be much obliged if you could show me how. Thanks in advance!

AI in UE4 uses a data-driven behavior tree system, so while you could possibly manually create all those assets through C++ - it’s far easier to just go through the editor.