Skip to content

Releases: UnrealDirective/UDCore

UDCore 1.3

15 Aug 02:30
2786772

Choose a tag to compare

  • 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

UDCore 1.2

12 Aug 22:39
daef22b

Choose a tag to compare

  • Added the SwapInputMappingContexts function to swap two input mapping contexts
  • Added the TryGetEnhancedInputSystemFromController function to get the enhanced input system from a controller
    • This function is only exposed for use in the UDCoreInputFunctioNlibrary
  • Improved efficiency for the ContainsLetters function
  • Improved efficiency for the ContainsNumbers function
  • Improved efficiency for the ContainsSpecialCharacters function
  • Improved efficiency for the ContainsSpace function
  • Improved efficiency for the FilterCharacters function
  • Touched up UDCoreEditorActorSubsystem to improve readability and consistency

UDCore 1.1

06 Aug 06:36
ba6e581

Choose a tag to compare

  • Added the AddInputMappingContexts function to add multiple input mapping contexts at once
  • Added the RemoveInputMappingContexts function to remove multiple input mapping contexts at once
  • Added UDCoreTypes and UDCoreInputTypes
  • Added Download Plugin information to README

UDCore 1.0

30 Jul 00:06
faf04ff

Choose a tag to compare

Initial release

Features

  • AI Utilities: Simplified AI task management.
  • String Manipulation: Functions to handle and manipulate strings.
  • Text Utilities: Functions to check and manipulate text.
  • Debugging Tools: Enhanced debugging capabilities.