New website · Preview
3DImage not available
3D model download

Mission & Objectives download unreal engine 4 assets

Preview Video Integration Video Documentation Support thread Example project 4.26 Example project 4.25 Mission & Objectives plugin is a great Editor extension which provides easy way to design Missions, quests, objectives and events. It comes with m

Model code
49196
5.00 USD
ABOUT THIS MODEL

Description & specifications

Preview Video

Integration Video

Documentation

Support thread


Example project 4.26

Example project 4.25


Mission & Objectives plugin is a great Editor extension which provides easy way to design Missions, quests, objectives and events. It comes with many examples and demo maps. It support side quests, multiplayer (replication server-client) and savegames for all players! Every mission gives flexibility to trigger additional conditions at any time. There are no worries of adding extra reward to player when special objective is completed, spawning particles when mission is activated, showing additional messages on Mission start / end.


Its robust system of delegates connected to widgets. Five of different approaches shows how useful it can be in any time.

  • start / complete notification
  • narration widget to show story line and dialogues
  • objectives list showed on the edge of the screen
  • LOG where mission history can be checked, Ongoing, Succeeded, Failed and all details
  • single objective prompt to show whenever we did something right

Even if plugin is mostly implemented in code it exposes everything to blueprints which makes setting up missions like a child play.

Read More

Technical Details

Supported features:

  • Support for parallel missions being active at the same time
  • Multiple quest endings depending on choices
  • Multiplayer and replication
  • Scripted actions can be trigger at any moment (state) - on active, on complete
  • Robust widget systems to present VIEW - five different ways of communication
  • Demo levels with predefined missions
  • Character, obstacles, collectables, mission library and much more


Features:

  • Two types of new assets (Mission, Scripted Action)
  • Five widget systems (Mission Prompt, Missions Log, Objective Prompt, Objective List, Log)
  • Two example levels with easy to follow scripted missions
  • Character setup
  • 12 textures
  • 12 materials
  • Additional world objects


Code Modules:

  •  MissionObjectives (Runtime) - Contains Model (data which are serialized), mission, manager, scripted action logic
  •  MissionObjectivesEditor (Editor) - module responsible for editor node extension and asset definition


Number of Blueprints: 24

Number of C++ Classes: 26 - 7 (runtime) / 19 (editor)

Multiplayer support: Yes

Supported Platforms: Win32, Win64

Documentation:

Demo project: