The uFunctions
macro
The ufuncs
keyword
The ufuncs
keyword is used to mark procedures in Nim as UFUNCTION
in Unreal Engine.
It can be used only from within the uClass
macro.
ufuncs
allows for specifying multiple procedures at once - all of them will be marked as UFUNCTION
with the provided specifiers.
The ufunc
pragma