Releases: UnrealDirective/UDCore
Releases · UnrealDirective/UDCore
UDCore 1.3
- Added
UDCoreArrayFunctionLibrary - Added
UDCoreStringFunctionLibrary - Added
UDCoreTextFunctionLibrary - Move existing string functions from
UDCoreFunctionLibrarytoUDCoreStringFunctionLibrary - Moved existing text functions from
UDCoreFunctionLibrarytoUDCoreTextFunctionLibrary - Added
Array_NextIndexfunction toUDCoreArrayFunctionLibrary - Added
Array_PrevIndexfunction toUDCoreArrayFunctionLibrary - Added
CopyTextToClipboardfunction toUDCoreFunctionLibrary - Added
CopyStringToClipboardfunction toUDCoreFunctionLibrary - Added
GetTextFromClipboardfunction toUDCoreFunctionLibrary - Added
GetStringFromClipboardfunction toUDCoreFunctionLibrary - Added
ClearClipboardfunction toUDCoreFunctionLibrary - Added
GetProjectVersionfunction toUDCoreFunctionLibrary - Updated
UUDAT_MoveToLocationwith additional stuck properties for better control- Requested by Agresor on the Unreal Directive Discord
- Replaced the pure function
SortStringArraywith the impure functionGetSortedStringArrayinUDCoreStringFunctionLibrary- Requested by Firefly74940 on the GitHub
- Added
UDCoreTestsmodule for setting up automated testing - Added
UDCoreArrayFunctionLibraryTestto test theUDCoreArrayFunctionLibrary - Added
UDCoreStringFunctionLibraryTestto test theUDCoreStringFunctionLibrary - Added
UDCoreTextFunctionLibraryTestto test theUDCoreTextFunctionLibrary - Added
UDCoreFunctionLibraryTestto test theUDCoreFunctionLibrary
UDCore 1.2
- Added the
SwapInputMappingContextsfunction to swap two input mapping contexts - Added the
TryGetEnhancedInputSystemFromControllerfunction to get the enhanced input system from a controller- This function is only exposed for use in the
UDCoreInputFunctioNlibrary
- This function is only exposed for use in the
- Improved efficiency for the
ContainsLettersfunction - Improved efficiency for the
ContainsNumbersfunction - Improved efficiency for the
ContainsSpecialCharactersfunction - Improved efficiency for the
ContainsSpacefunction - Improved efficiency for the
FilterCharactersfunction - Touched up
UDCoreEditorActorSubsystemto improve readability and consistency
UDCore 1.1
- Added the
AddInputMappingContextsfunction to add multiple input mapping contexts at once - Added the
RemoveInputMappingContextsfunction to remove multiple input mapping contexts at once - Added
UDCoreTypesandUDCoreInputTypes - Added
Download Plugininformation to README
UDCore 1.0
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.