Giter Club home page Giter Club logo

blueprintmessagelogplugin's Introduction

Blueprint Message Log Plugin for Unreal Engine

Are you still printing plain text to output? Discover Message Log! Create rich interactive messages with different contents with little of blueprint.

Blueprint Message Plugin provides an easy bridge between Blueprints and Message Log API to open an era of interactive logging!

Each Message Log message represented by sequence of tokens that can be interacted with: hyperlinks, references, actions, images.

Note: plugin is at experimental stage, things may change a lot.

Features

  • Blueprint wrapper of Message Log API
  • Blueprint wrappers for tokens:
    • FTextToken - plain text
    • FURLToken - hyperlink
    • FUObjectToken - reference to UObject
    • FActorToken - reference to Actor
    • FAssetNameToken - reference to Asset
    • FImageToken - image
    • FTutorialToken - reference to tutorial asset
    • FDocumentationToken - reference to documentation
    • FDynamicTextToken - dynamically updating text
    • FActionToken - execute blueprint delegate on click
    • FEditorUtilityToken - activates Blutility Widget
  • Message Slots - reserve a spot and fill it with token afterwards!
  • Custom tokens support

Unreal Engine Versions

Tested with 5.0, ue5-main and can be modified to work with other engine versions.

Examples

Minimal "Hello World" can be as simple as this

You can also build message out of tokens directly

A simple message with reference to actor in world to locate it in one click

A simple message with executable action (in PIE only)

A simple message with action that activates an Editor Utility Widget

You don't need to make separate Format nodes as "Add Formatted Text Token" exists

Slots can be used to further format messages and replace tokens while building

Message Log View:

Contributing

Please report any issues with GitHub Issues page for this repository.

If you want to suggest changes, improvements or updates to the plugin use GitHub Pull Requests.

License

BlueprintMessagePlugin is available under the MIT license. See the LICENSE file for more info.


Special Thanks to Unreal Slackers Community Discord and #cpp

blueprintmessagelogplugin's People

Contributors

aquanox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.