Releases: EpicSkookumScript/SkookumScript-Plugin
Releases · EpicSkookumScript/SkookumScript-Plugin
4.27.2
4.24.03
Release Notes
SkookumIDE
Now at version 3.1.0, contains following fixes:
- Error message is now displayed in SkookumIDE when various duplicate data members are detected in a blueprint. Previously, custom event nodes could conflict with function or variable names and silently cause problems.
- Project path is correctly set in the IDE when connected to from a remote runtime
- About screen information and links updated
SkookumScript
- SkookumScript no longer generates data of subclasses for parents specified by +SkipClasses in the config file
- Fix #35 - Fix generated include error that prevented compiling C++ projects using a public/private path folder
- Fix #38 - allow reflecting methods with FName parameters
- Fix #33 - overlays get lost when connecting remote runtime
- Allow SkookumScript to generate type information for classes, structs & enums that are outside of the project
- Add a spec test for type generation
- Updated .sk unsupported comment to indicate possible reasons why a raw member is not available. The first time you load your project with this update, all classes in
Project-Generated-BPthat have unsupported data members will be refreshed due to this new comment format.
4.24.0200
4.24.1
4.24.0-f6b77c
Support for 4.24
- Fix SkookumScriptGenerator header file IWYU paths
4.23.1-2de72f0
- Fix AString null termination
- Fix overlay enumeration