BoredEngineer / MMT_Plugin

Machinery Modelling Toolkit (Plugin for UE4)
Other
167 stars 48 forks source link

C++ physics in addition to Blueprint #3

Closed RaceTheMaSe closed 6 years ago

RaceTheMaSe commented 6 years ago

I really like the plugin and its modular architecture! Thank you for all your efforts. While playing around I found a need for both C++ and Blueprint physics calculation.

So I changed from BP-only to C++ implementation stubs, which can be overridden in derived classes.

BoredEngineer commented 6 years ago

Thank you! I didn’t realize this wasn’t done already.