File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ When defining a callback, you can specify event targets for which the callback s
124124| ` InputTarget.Key(EInputKey) ` | ` KeyInputEvent ` | Selects input event by key. |
125125| ` InputTarget.Key(EInputKey, EInputAction) ` | ` KeyInputEvent ` | Selects input event by key in combination with action. |
126126| ` InputTarget.Axis(EInputKey) ` | ` AxisInputEvent ` | Selects input event by axis. |
127- | ` InkWidgetTarget .Library(ResRef, CName)` | ` inkWidgetSpawnEvent ` | Selects widget library path and library item name. |
128- | ` InkWidgetTarget .Controller(CName)` | ` inkWidgetSpawnEvent ` | Selects widget by game controller type. |
127+ | ` inkWidgetTarget .Library(ResRef, CName)` | ` inkWidgetSpawnEvent ` | Selects widget library path and library item name. |
128+ | ` inkWidgetTarget .Controller(CName)` | ` inkWidgetSpawnEvent ` | Selects widget by game controller type. |
129129
130130This example injects custom menu scenario when ` pregame_menu.inkmenu ` is accessed by the game:
131131
You can’t perform that action at this time.
0 commit comments