Input Keys Data
Input Keys Data
A data asset class that holds mappings of input keys to their respective textures.
This class helps in organizing and accessing input key textures for both Keyboard Mouse
and Gamepad
inputs.
It is designed to be used in the Unreal Engine editor and can be extended or customized as needed.
Usage
-
Create an instance of this data asset in the Unreal Engine editor.
-
Populate the maps with the desired input keys and their corresponding textures.
Properties
-
Keyboard & Mouse Input Keys
: A map containingKeyboard Mouse
input keys associated with their textures. -
Gamepad Input Keys
: A map containingGamepad
input keys associated with their textures.
Create a new Input Keys Data
-
Create New Data Asset of Type Input Keys Data
-
Populate the maps with the desired input keys with their corresponding textures.