Skip to content

UDCore 1.3

Latest
Compare
Choose a tag to compare
@Tezenari Tezenari released this 15 Aug 02:30
· 1 commit to main since this release
2786772
  • Added UDCoreArrayFunctionLibrary
  • Added UDCoreStringFunctionLibrary
  • Added UDCoreTextFunctionLibrary
  • Move existing string functions from UDCoreFunctionLibrary to UDCoreStringFunctionLibrary
  • Moved existing text functions from UDCoreFunctionLibrary to UDCoreTextFunctionLibrary
  • Added Array_NextIndex function to UDCoreArrayFunctionLibrary
  • Added Array_PrevIndex function to UDCoreArrayFunctionLibrary
  • Added CopyTextToClipboard function to UDCoreFunctionLibrary
  • Added CopyStringToClipboard function to UDCoreFunctionLibrary
  • Added GetTextFromClipboard function to UDCoreFunctionLibrary
  • Added GetStringFromClipboard function to UDCoreFunctionLibrary
  • Added ClearClipboard function to UDCoreFunctionLibrary
  • Added GetProjectVersion function to UDCoreFunctionLibrary
  • Updated UUDAT_MoveToLocation with additional stuck properties for better control
    • Requested by Agresor on the Unreal Directive Discord
  • Replaced the pure function SortStringArray with the impure function GetSortedStringArray in UDCoreStringFunctionLibrary
    • Requested by Firefly74940 on the GitHub
  • Added UDCoreTests module for setting up automated testing
  • Added UDCoreArrayFunctionLibraryTest to test the UDCoreArrayFunctionLibrary
  • Added UDCoreStringFunctionLibraryTest to test the UDCoreStringFunctionLibrary
  • Added UDCoreTextFunctionLibraryTest to test the UDCoreTextFunctionLibrary
  • Added UDCoreFunctionLibraryTest to test the UDCoreFunctionLibrary