Perefin / watson-unreal-sdk-plugin

Unreal SDK to use the IBM Watson services. (UNDER CONSTRUCTION)
16 stars 7 forks source link

Ue4 style fixes #3

Closed nellygee closed 7 years ago

nellygee commented 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!