unreal.EnhancedInputLibrary

class unreal.EnhancedInputLibrary(outer=None, name='None')

Bases: unreal.BlueprintFunctionLibrary

Enhanced Input Library

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: EnhancedInputLibrary.h

classmethod request_rebuild_control_mappings_using_context(context, force_immediately=False)None

Flag all enhanced input subsystems making use of the mapping context for reapplication of all control mappings at the end of this frame.

Parameters
  • context (InputMappingContext) – Mappings will be rebuilt for all subsystems utilizing this context.

  • force_immediately (bool) – The mapping changes will be applied synchronously, rather than at the end of the frame, making them available to the input system on the same frame.