This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

Blueprint utilities

Konekan - Code Plugins - Mar 26, 2024

A toolbox for blueprints that includes cast nodes, a new logging system, and more.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Introduction video : https://youtu.be/dr_ldSknx8Y


By integrating our plugin into your project, enhance your workflow and efficiency in using blueprint nodes. Tailored for both advanced developers and newcomers alike, this plugin introduces a suite of useful features that saves you time and increase the blueprint experience.


Key Features

- Logging System: Rework the way you handle logs in your blueprint code with our advanced Log Profiles-based logging system. Say stop to the PrintString, thanks to LogProfiles, manage all your logs from project settings in just a few clicks. Activate or deactivate a LogProfile at any time to help you see things more clearly. Additionally, control where a profile is allowed to log (editor, development, and even shipping). Select Log Profiles in one click, thanks to the gameplay tag identifier.

- "Get As" Getters: In the same way as Dynamic cast, we've redefined all getters of Unreal Engine, offering you the ability to specify your desired output class directly. Now with our custom context's menu options, switch to pure/impure function in one click or change the input type between Soft and Hard pointer.

- Math library: New nodes that bring c++ power and math convenience into your blueprint editor.


Community and Support

- Documentation: Access comprehensive documentation to guide you through every step of using the plugin, from installation to advanced features. Our documentation is designed to be intuitive, helping you to quickly find answers and insights. -> Link here <-

- Discord Community: Join our Discord community to connect with other developers, share ideas, and find support. Whether you're seeking advice, feedback, or just want to chat about Unreal Engine development, our community is here for you. -> Link here <-

- Update Road map: Stay informed about upcoming features and improvements with our transparent update road map. We're committed to continuously enhancing the plugin, and our road map offers a glimpse into the future developments we're excited to bring to you. -> Link here <-

Technical Details

- Features:

  •  Logging system: A Log Profiles-based new logging system allows you to manage all log nodes in your project from one location and share it with your co-workers.
  •  "Get As" Getters: Every Unreal Engine getter has been modified to permit you to specify the output class you desire.
  • Math modules: Add some helper nodes that allows you to simplify your blueprint code.

- Code Modules:

  •  BlueprintUtilities (Runtime)
  • LogSystem (Runtime)
  • LogSystemNodes (UncoockedOnly)
  • GetAsSystsem (Runtime)
  • GetAsSystemNodes (UnCoockedOnly)
  • WorkflowLibrary (Runtime)
  • MathLibrart (Runtime)
  • MathLibraryNodes (UnCoockedOnly)

- Number of Blueprints : 51

- Number of C++ Classes: 57 (not indented to be used)

- Network Replicated: Yes (The plugin override the engine behaviour to add some developers experience features, but every game features act as the engine act).

- Supported Development&Build Platforms: → Should be all, as no advanced features of the engine are used.

  • Tested and Compiled on Windows, Linux and Android.

- Documentation: Link to the documentation

- Discord community : Link to the discord

- Update roadmap : Link to the roadmap

Tags

DYNAMICCASTERLOGSNODESBLUEPRINTSEDITOR UTILITYEASY TO USE