* Removed more includes using iwyu and marked up includes that is removed because of bugs in iwyu.
#preflight 63bfc8696c4f5668eb3a3cbd
#rb none
[CL 23666746 by henrik karlsson in ue5-main branch]
* 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]
This handles cases where the evaluation time is longer then the duration of a property. I.e., your property is set to a duration of 0.1, but you get a delta time of .12 seconds for some reason (choppy frames, low perf client, etc).
#rb me
#rnx
#pf skip
[CL 23378948 by ben hoffman in ue5-main branch]
- Create a BP version of Activate Device Property that takes in a subclass and will make a NewObject device prop
- Create a C++ version of ActivateDeviceProperty that will let you pass in your own DeviceProperty pointer. This is not BP exposed because I think it would be too easy to pass in the same instance of a property multiple times to designers.
- Rename "bRemoveAfterEvaluationTime" to just "bLooping". Now, when activate a device property as "looping" it will not be removed until you call "remove device property" on it. This makes more sense to use and reads better to me because thats what we do for force feedback.
#jira UE-158873
#rb none
#rnx
#preflight 638a1e983b617fd4be47bb3a
[CL 23376315 by ben hoffman in ue5-main branch]
Add in a slate notification when a gamepad's state changes in the editor, which displays the Platform User, Device ID, and connection state. In the future I'd like to make a small window that shows you all currently connected devices and the data associated with them, as well possiblly as visualize some of their input or allow you to inject input to different pads.
#jira none
#rb benjamin.fox
#rb nate.strohmyer
#preflight 630944779f7fd5df573ba92b
[CL 21721464 by ben hoffman in ue5-main branch]
- includes touch input visualization, toggled via `Input.Debug.ShowTouches 1`
#jira UE-150305
#rb Serge.Bernier, Ben.Hoffman
#preflight 628665b22c1bb3e25a4a0da9
[CL 20282745 by David Harvey in ue5-main branch]