These will help analysis know where the world was sampled at runtime in relation to the stream of data it is receiving. With these discrete points in time it is then possible to reason about gaps in events' serial numbers that can occur when late-connecting.
#rb jb
#jira ue-127376
#rnx
#preflight 615aedb7fe00590001c1440f
[CL 17720409 by Martin Ridgers in ue5-main branch]
The update is also done after dispatching events to analyzers now instead of before so the Stream object is valid for the entire scope
#rb none
#rnx
#ROBOMERGE-AUTHOR: martin.ridgers
#ROBOMERGE-SOURCE: CL 17706914 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v879-17706426)
[CL 17706932 by martin ridgers in ue5-release-engine-test branch]
The update is also done after dispatching events to analyzers now instead of before so the Stream object is valid for the entire scope
#rb none
#rnx
[CL 17706914 by Martin Ridgers in ue5-main branch]
Previously it was assumed that the earliest known event was a good starting point, but in reality analysis never has a complete view of the world to be able to make any decisions about the data it is receiving. New data could easily arrive that invalidates any assumptions. Now nothing is assumed. Proceed only when one particular event is encountered. Note that is not quite complete - it doesn't cover holes that can occur early in the data stream.
#rb jb
#jira ue-127376
#rnx
#preflight 615aec4ce3b24d0001496bb3
#ROBOMERGE-AUTHOR: martin.ridgers
#ROBOMERGE-SOURCE: CL 17706661 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v879-17706426)
[CL 17706666 by martin ridgers in ue5-release-engine-test branch]
Previously it was assumed that the earliest known event was a good starting point, but in reality analysis never has a complete view of the world to be able to make any decisions about the data it is receiving. New data could easily arrive that invalidates any assumptions. Now nothing is assumed. Proceed only when one particular event is encountered. Note that is not quite complete - it doesn't cover holes that can occur early in the data stream.
#rb jb
#jira ue-127376
#rnx
#preflight 615aec4ce3b24d0001496bb3
[CL 17706661 by Martin Ridgers in ue5-main branch]