NimForUE Memos

#programming/lang/nim #app/UrealEngine #GameDev #programming

Nim

Utils

NimForUE

Setup

Clone the NimForUE template from jmgomezNimTemplate.

Set the property engineDir to NimForUE.mac.json

Error: unhandled exception: nimforueconfig.nim(155, 11) `config.engineDir.dirExists()` Please check NimForUE.mac.json for missing:  engineDir [AssertionDefect]

Coding Styles

The design philosophy is to not change any unreal conventions on the API side of things, so anyone that knows Unreal can reuse its knowledge. The code guidelines follow (for the most part) the Nim conventions when not in contradiction with the Unreal ones.

Unreal Engine における Epic の C++ コーディング規約 Unreal Engine 5.2 ドキュメント

Macros / DSL