Skip to content

1.0.3

Compare
Choose a tag to compare
@AidasPa AidasPa released this 15 Mar 19:35
· 8 commits to master since this release

Changelog

✔️ Added a new @UCLASS() decorator argument: BlueprintComponent. If set, this tells the compiler that this class should be loaded via the UE4 (Add Javascript Component). This basically cleans some code up to make it fully compatible with UnrealJS.
✔️ In relation to the above, this release also brings a few updates to the typings.
✔️ In case a command is not found, instead of spitting an error it will now show a helpful error message.

Updating

npx @aidaspa/uts init