For the complete documentation index, see llms.txt. This page is also available as Markdown.

Character Input

The default IMCs used by derived BP_ODK_PlayerCharacterBase assets can be configured by overriding the GetDefaultInputMappingContexts function. Simply return a list of IMCs with a configured priority. You can call the base class function to include the IMCs used by the base if you like.

Example of GetDefaultInputMappingContexts

Last updated