Skip to content

0.8.0 - More Control

Compare
Choose a tag to compare
@CorrM CorrM released this 28 Dec 16:10
· 22 commits to master since this release
6ac48f4

Server

  • Improve speed of Pull Objects In Packages by 100% !!.
  • Improve and add some more property to LangOption.
  • Improve UnrealCpp plugin :
    • Add PrecompileSyntax option. (Use precompile headers for most build speed)
    • Add LazyFindObject option. (Lazy assign for UObject::FindObject in SDK methods body)
    • Add GenerateParametersFile option. (Should generate function parameters file)
    • Convert ShouldUseString to an option. (Use string to catch function instead if use it's object index)
    • Convert ShouldXorStrings to an option. (Use XOR string to handle functions name)
    • Add XorFuncName option. (To set XOR function name)
  • Fix bug in FName autodetect WithCasePreservingName.