-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Ruslan Mustakov edited this page May 22, 2016
·
7 revisions
Most wiki pages assume basic knowledge of the Nim programming language and UE4 gameplay programming features. To get this knowledge:
- Read Nim tutorial and other materials at the Learn section.
- Read UE4 Gameplay Programming guide. It provides good overview of the classes and concepts one has to work with when creating UE4 game.
Pages in this wiki:
- Getting Started - instructions for setting up Nim with UE4
- Defining Unreal Types - syntax for defining Unreal types with Nim
- Delegates
- Blueprint Libraries
- Pragmas
- Logging
- Naming Conventions
Coming soon: