GenericGraphPlugin
Generic graph data structure plugin for ue4
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
- Clone this project to ${YourProject}/Plugins/
- Generate project file
- Compile
Tutorial
Dialogue System (WIP)
Example
Dialogue System and ability system: SRPGTemplate