Closed nellygee closed 7 years ago
I updated the plugin to more closely match Epic's [https://docs.unrealengine.com/latest/INT/Programming/Development/CodingStandard/](coding standard).
One thing that I didn't address is that Epic's style also normally has the public constructors and functions at the top of the class/struct followed by any public variables. I didn't change any of those!
I updated the plugin to more closely match Epic's [https://docs.unrealengine.com/latest/INT/Programming/Development/CodingStandard/](coding standard).
One thing that I didn't address is that Epic's style also normally has the public constructors and functions at the top of the class/struct followed by any public variables. I didn't change any of those!