Skip to content

Welcome to NimForUE documentation

Use Nim language in your Unreal Engine projects

Next steps

Use the power of Nim

Use Nim’s powerful features, standard library, and other packages to speed up and simplify your development.

Create new classes

Create new UCLASS without restarting the editor. Same goes for USTRUCT, UENUM, UPROPERTY, UFUNCTION…

Use C++ and Blueprints

Effortlessly build your function libraries for high performance tasks, utilize any UnrealEngine classes, including the ones you created yourself.