Skip to content

UDCore 1.2

Choose a tag to compare

@Tezenari Tezenari released this 12 Aug 22:39
daef22b
  • 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