Skip to content

Sample Project UE5.2

Compare
Choose a tag to compare
@JanSeliv JanSeliv released this 09 Jun 07:23
· 10 commits to main since this release
53f1c23

🎉 Release: Function Picker UE5.2

I'm excited to announce the release of Function Picker for Unreal Engine 5.2! To demonstrate its capabilities, I have prepared a sample project showcasing the efficient binding of multiple input actions. With Function Picker, you have the ability to select the Function To Bind for each input action asset. This feature enables you to conveniently bind all the input actions at once in your code by iterating through them. This approach eliminates the traditional method of individually binding each input action directly by function reference, which can pose challenges for projects with a significant number of inputs.

Sample

For a more detailed explanation of this usage example, please refer to the 'Usage Example' section of the documentation here.

Download the sample project here.

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