Linter

Currently WIP release of Linter.

  • Clone this in your project Plugins directory.
  • Add the following to your .uproject file:
...
"Plugins": [
    ...
    {
        "Name": "Linter",
        "Enabled": true,
    },
    ...
]
...