npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

Added setters to name, description, portrait components #119

Closed iliags closed 4 years ago

iliags commented 4 years ago

Added setters to the components as in my project I construct units from data loaded via the asset manager and needed to change those on the fly.

This has been tested in 4.24-4.25 but there should be no reason it doesn't work on earlier versions.

npruehs commented 4 years ago

Nice! Would you mind adding comments for the setters as well? I'll merge your PR afterwards :)

iliags commented 4 years ago

Comments added

npruehs commented 4 years ago

Thanks for the PR! :)