Files
dominik peacock 5268d370bf Fix crash due to Pixel Streaming being disabled by call to super function.
See repro in ticket. Flow:
- FVCamPixelStreamingSessionLogic::OnActivate calls super functions
- Super function's OnActivate delegate causes a call to OnDeactivate, setting MediaOutput to nullptr
- OnActivate continued execution, unaware that it was cancelled.

#jira UE-227884
#rb jason.walter

[CL 37229477 by dominik peacock in 5.5 branch]
2024-10-17 12:33:35 -04:00
..