Skip to content

Open-source plugin that allows to choose a function right in the property from any blueprint in UE5.3

License

Notifications You must be signed in to change notification settings

JanSeliv/FunctionPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ƒ Function Picker

The Function Picker is a user-friendly plugin designed for Unreal Engine 5. It lets you choose a function for a specific property from any available asset or blueprint. You can either call it directly in your code as a callback, or bind the chosen function to a delegate, eliminating the traditional method of hardcoding the binding by referencing the function directly.

FunctionPicker

📚 Documentation

Detailed documentation about the Function Picker can be found here.

🎓 Sample Projects

Check out our Release page for a sample project showcasing the Function Picker.

Also, explore this game project repository to view the Function Picker in action.

📅 Changelog

2023-10-12

  • Updated to Unreal Engine 5.3.
  • Added Data Validation to verify bound functions and show error: see FFunctionPicker::IsDataValid description.

2023-06-09

  • 🎉 Initial public release on Unreal Engine 5.2

📫 Feedback & Contribution

Feedback and contributions from the community are highly appreciated!

If you'd like to contribute, please fork the project and create a pull request targeting the develop branch.

If you've found a bug or have an idea for a new feature, please open a new issue on GitHub. Thank you!

📜 License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

We hope you find this plugin useful and we look forward to your feedback and contributions.