disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

Disconnect from multi user edit session on workload end #42

Open emilymalone opened 2 years ago

emilymalone commented 2 years ago

Either broadcast the end play so that people can choose what happens on end play, or send a concert disconnect when the workload ends.

emilymalone commented 2 years ago

Temporary solution to allow concert disconnect from MUE on workload stopping: Include "Kismet/KismetSystemLibrary.h" and add UKismetSystemLibrary::ExecuteConsoleCommand(Module->m_World, TEXT("Concert.Disconnect"), nullptr); to void FRenderStreamSyncFrameData::QuitNow() const in SyncFrameData.cpp