The uClass
macro
The uClass
macro is used to define a UCLASS in Nim - equivalent to the UCLASS
macro in C++.
The uClass
allows for using uprop
and ufuncs
macros to define properties and functions of the class.
The default
keyword
The override
keyword
The uConstructor
pragma
You can define custom constructors for classes: