Skip to content

jinyuliao/GenericGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenericGraphPlugin

Generic graph data structure plugin for ue4

image

Feature

  • Custom asset type
  • UE4 BehaviorTree-like asset editor
  • Extendable graph node type
  • Extendable graph edge type
  • Extendable graph type(new asset type with generic graph editor, C++ only)

Usage

  • Ability system
  • Dialogue system
  • Quest system
  • Etc

Install

  1. Clone this project to ${YourProject}/Plugins/
  2. Generate project file
  3. Compile

Tutorial

Dialogue System (WIP)

Example

Dialogue System and ability system: SRPGTemplate

image

image

image

image