Skip to content

shoodey/UnrealEngineKitchenSink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine - Kitchen Sink

This is a sandbox for building and testing Unreal Engine 5 plugins.

The goal is to have a single project that contains all the plugins I'm working on, so I can test them with minimal effort. It can also serve as showcase for these plugins.

Private Access

While this repository is public, the plugins it contains are private. You can't access them directly. Please message me if you are interested in any of them. The goal is to publish them on the FAB marketplace eventually.

C++ first, Blueprint accessible

The plugins are built with C++ first, but they are designed to be accessible from Blueprints. The goal is to provide a good balance between performance and ease of use.

Plugins

In development

  • StashCore: A universal storage system for Unreal Engine. Easily manage your items, inventory, stashes, gear, loot, vendors, trade and more...

Planned

  • StashUI: A set of UI widgets to display and interact with StashCore data. It includes a drag and drop inventory system, a stash viewer, a gear viewer, a loot viewer, a vendor viewer, a trade viewer and more...
  • StashEditor: A visual editor for StashCore. Create and edit your items, inventories, stashes, gear, loot, vendors, trade and more...

About

A project that showcases all my plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published