⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Generic graph data structure plugin for ue4

License

Notifications You must be signed in to change notification settings

ZabirHoque/GenericGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenericGraphPlugin

Generic graph data structure plugin for ue4

docs/images/GenericGraph.png

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

docs/images/dialogue/dialogue01.png

docs/images/dialogue/dialogue02.png

docs/images/dialogue/dialogue03.png

docs/images/ability-graph.png

About

Generic graph data structure plugin for ue4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.7%
  • C# 1.6%
  • C 0.7%