-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,4 @@ | ||
## New | ||
### Lua | ||
|
||
* Added 'ModRef.SetSharedVariable' and 'ModRef.GetSharedVariable' | ||
* Added UObject.HasAnyInternalFlags | ||
* Added global table: 'EInternalObjectFlags' | ||
|
||
* You can now set an ObjectProperty value to `nil`. Previously such an action would be ignored. | ||
|
||
* When calling 'IsValid()' on UObjects, whether the UObject is reachable is now taken into account. | ||
|
||
* The splitscreen mod now operates independently of the Lua state which means that hot-reloading shouldn't cause it to break | ||
|
||
* Added shared module "UEHelpers" to provide shortcut functions to the Lua module for commonly used UE functions or classes | ||
|
||
### Live View GUI | ||
|
||
* Default renderer of the GUI has been changed to OpenGL for compatibility reasons. This can be changed back to dx11 | ||
|
||
## Changes | ||
|
||
### UHT Generation | ||
|
||
* Buckminsterfullerene - Includes and forward declarations are now ordered to allow for easier diffing. | ||
* Buckminsterfullerene - Added setting to force "Config = Engine" on UCLASS specifiers for classes with "DefaultConfig", "GlobalUserConfig" or "ProjectUserConfig" | ||
* Praydog - Fixes to build.cs generation | ||
* Buckminsterfullerene - Tick functions now include the required template | ||
* Add missed commit related to UHT gen ordering | ||
|
||
### CXX Dump | ||
|
||
* Buckminsterfullerene - Structs and classes are now ordered to allow for easier diffing | ||
|
||
|
||
|