You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb #rnx [CL 14075271 by Marc Audy in ue5-main branch]
This commit is contained in:
@@ -53,7 +53,7 @@ void FWidgetSnapshotService::HandleWidgetSnapshotRequestMessage(const FWidgetSna
|
||||
if (MessageEndpoint.IsValid() && Message.TargetInstanceId == FApp::GetInstanceId())
|
||||
{
|
||||
FWidgetSnapshotData SnapshotData;
|
||||
SnapshotData.TakeSnapshot();
|
||||
SnapshotData.TakeSnapshot(false);
|
||||
|
||||
FWidgetSnapshotResponse* WidgetSnapshotResponse = new FWidgetSnapshotResponse;
|
||||
WidgetSnapshotResponse->SnapshotRequestId = Message.SnapshotRequestId;
|
||||
|
||||
Reference in New Issue
Block a user