Skip to main content

0.2.0

Unreal Versions

  • 5.3
  • 5.4
  • 5.5 (as of 2024-11-14)

Features

  • Added support for animation instance classes (also known as animation blueprints) in skeletal mesh cosmetics.
    • The property bUseLeaderPose has been deprecated. You can use the new AnimationMode instead: this allows either leader pose or animation instance class. Existing cosmetics will be updated when they are loaded in the editor.
  • Added a new BoltUI module for UI-specific classes.
  • Renamed BDButton -> BLAdvancedButton and moved it from the example map to the BoltUI module.

Docs

  • Added a new UI page that goes over the UI's design.