Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 717 Bytes

LearnUE4CppAndActors

This project created for getting experience with Unreal Engine 4 in C++ and Actors/Pawns feature. Here you are find my C++ code, which had written as a solution for the 8th-12th chapters of "Learning C++ by Creating Games with UE4" book by William Sherif.

Requirements

  • Unreal Engine 4.11 (include 4.11.* versions)
  • Downloaded assets (don't worry, they are all FREE):
    • From marketplace
      • Animation starter pack – Mixamo Animation Pack
    • From "Learn" – "Engine feature samples"
      • Content Examples
  • Visual Studio 2015 or XCode 7.3

Features

  • Displaying NPC dialog box
  • Inventory system and pickup items
  • Monsters with melee weapon support
  • Spellcasting by player