ben hoffman
4aa0787d90
Add a flag on Default Mapping Contexts for Enhanced Input to register with the User Input settings by default.
...
#rb jules.blok
[CL 28051194 by ben hoffman in ue5-main branch]
2023-09-20 15:33:58 -04:00
henrik karlsson
2f78497e67
[Engine/Plugins]
...
* Updated private files with IWYU for all plugins which had 3 or less changes made in ue5 main since last integration to fn
#preflight 63bf8d8b577437afe607dc72
#rb none
[CL 23659643 by henrik karlsson in ue5-main branch]
2023-01-12 01:48:34 -05:00
bryan sefcik
50d4fac9e0
Updated ../Engine/Plugins/... to inline gen.cpp files
...
Before:
3548 unity files
Total CPU Time: 47343.578125 s
Total time in Parallel executor: 494.60 seconds
After:
3445 unity files
Total CPU Time: 46044.671875 s
Total time in Parallel executor: 468.51 seconds
#jira
#preflight 63336159b20e73a098b7f24f
[CL 22218213 by bryan sefcik in ue5-main branch]
2022-09-28 01:06:15 -04:00
ben hoffman
49ca524dc4
Add a "bShouldFireDelegatesInEditor" property to the Enhanced Input Component. This will make sure that only Input Components that have the flag specifically set when they are created will fire in-editor delegates with an Editor Script Guard. This ensures that no game-only input actions will be fired as editor delegates while keeping the implementation details hidden from the editor users.
...
#jira UE-148305
#rb ben.zeigler
#preflight 62bdc8f7ed35ee71a707ad15
[CL 20906054 by ben hoffman in ue5-main branch]
2022-06-30 18:26:26 -04:00
ben hoffman
26ef180e82
Only create the UEnhancedInputEditorSubsystem if we are WITH_EDITOR, and the FSlateApplication has been initalized. Otherwise we can't use it since there would be nothing to register the input preprocessor with. This solves issues with headless cooks crashing on initalize.
...
#jira none
#rb trivial
#rnx
#preflight 6233a1fd1302f69e9a4b6f19
[CL 19427491 by ben hoffman in ue5-main branch]
2022-03-17 17:36:27 -04:00
ben hoffman
1af53e6153
Enhanced Input Editor Subsystem. The Enhanced Input Editor subsystem will allow you to bind to Input Delegates in Editor Utility Actors or other Editor-time objects. The input is driven by an InputProcessor, and this subsystem will only incur any cost to the user if they manually enable it. This is useful for Virtual Production as it will allow physical input devices like cameras to make changes to an object's properties in the level.
...
#jira UE-144959
#rb phillip.kavan
#rb David.Hibbitts
#preflight 62326190f97ce4a8038a4f3a
[CL 19425960 by ben hoffman in ue5-main branch]
2022-03-17 16:10:59 -04:00