This plugin is implemented with the basic implementation of the quest system with its own quest editor.
The purpose of the plugin is to provide the simplest possible way to implement this type of quests in games.
A lot of control functions are virtual to override the logic of behavior.
Supported versions of the Unreal Engine: UE5.1, UE5.2
The supported versions correspond to the branch names. For example: UE-5.1-Release
The quest object consists of 3 sections:
- Details
- Quest Graph
- List Tasks
- BroadcastTag - Notification of receipt of the gameplay tag
- Delay - Timer Delay Task
- Finish Node - Node of completion of the current quest object
- InstanceTask - Run task with sub tasks
- MoveTo - The task of moving to the point
- PrintDebugString - The task of displaying a line on the screen
©️Authors: