marth8880 / UnitClassSystem

Prototype framework for a Battlefield-esque unit class system in UE4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What it is

This project is a prototype framework for a Battlefield-esque unit class system for Unreal Engine 4.

It is being built in Unreal Engine 4.16 using Blueprint scripting.

Features

Class selection screen

  • Class list that is populated with an array of pre-specified unit classes
  • Class list displays info for each class, such as class name, weapon loadout, etc.
  • User can select a class to spawn as

Class pawn template

  • Template class containing basic parameters, methods, and event dispatchers

About

Prototype framework for a Battlefield-esque unit class system in UE4

License:BSD 3-Clause "New" or "Revised" License