Quiet Runtime Editor

DEMO VIDEO

Quiet Runtime Editor is a framework project with related runtime features designed to create, save, load, and edit levels.

The editor works in two modes:
Edit Mode – to design scenes.
Play Mode – to play in designed scenes with your player character.

Main Feature:
The core of the project is the Runtime World Outliner. In the project’s current version, the World Outliner’s foundation is BP_QuietTreeManager. This actor needs to be placed in the level and initializes the entire system at startup.
BP_QuietTreeManager(Manager) stores the world tree, manages the history of actions, generates the user interface, and connects all the editor’s features into a single working environment. It contains SerializerComponent and HistoryCompoent. Also, the Manager keeps the Router.

Serialization
The project is based on the ability to serialize objects to JSON. This allows you to edit properties, copy, save to disk, and keep a history of actions for undo-redo.
You can serialize desired classes manually using the provided serialization pipeline.

The editor works in two modes:
Edit Mode – to design scenes.
Play Mode – to play in designed scenes with your player character.

Main Feature:
The core of the project is the Runtime World Outliner. In the project’s current version, the World Outliner’s foundation is BP_QuietTreeManager. This actor needs to be placed in the level and initializes the entire system at startup.
BP_QuietTreeManager(Manager) stores the world tree, manages the history of actions, generates the user interface, and connects all the editor’s features into a single working environment. It contains SerializerComponent and HistoryCompoent. Also, the Manager keeps the Router.

Serialization:
The project is based on the ability to serialize objects to JSON. This allows you to edit properties, copy, save to disk, and keep a history of actions for undo-redo.
You can serialize desired classes manually using the provided serialization pipeline.

Original_Link_https://unrealengine.com/marketplace/en-US/product/quiet-runtime-editor

DOWNLOAD FROM HOT4SHARE.COM
DOWNLOAD FROM SYNCS.ONLINE

(Visited 176 times, 1 visits today)