Skip to content

Releases: JanSeliv/SettingsWidgetConstructor

Sample Project UE5.3

12 Oct 05:47
b3d5ab1
Compare
Choose a tag to compare

🎉 Settings Widget Constructor UE5.3

  • Updated to Unreal Engine 5.3
  • Added multiple Settings Data Tables support (see doc).
  • Implemented Deferred Bindings: now Getters and Setters are automatically rebound for failed settings.
  • Added Blueprint Function Library support to allow any its blueprint function to be used as an Owner in a setting row.

Updated sample project for blueprint-only developers that shows how to create and bind basic settings (see doc). As part of the example, these settings are bound to an actor that displays the player's name in the world:
SettingsSample

In the next video, the creation of the sample project from scratch in 10 minutes is shown:
https://youtu.be/FgJdTXUAGPc

Sample Project UE5.2

31 May 01:04
a9ad75d
Compare
Choose a tag to compare

🎉 Release: Settings Widget Constructor UE5.2

I'm happy to share a sample project using Settings Widget Constructor Sample in Unreal Engine 5.2. It demonstrates how to automatically generate a user interface for game settings with just a few clicks. It provides an example of adding new rows for each desired option and customizing the UI elements.

Download the sample project here.

Feel free to explore this project to gain insights into utilizing the Settings Widget Constructor. If you have any questions or need further assistance, please don't hesitate to reach out. Happy coding!