You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Change check to ensure until we can reproduce
#rb simon.therriault #preflight 62b0b7aede510ae06e5decec #jira UE-156554 [CL 20756619 by jeremie roy in ue5-main branch]
This commit is contained in:
@@ -1525,8 +1525,11 @@ bool FWebSocketMessageHandler::WriteActorPropertyChangePayload(URemoteControlPre
|
||||
}
|
||||
}
|
||||
|
||||
FStructOnScope ActorsModifedOnScope = WebSocketMessageHandlerStructUtils::CreateModifiedActorsStructOnScope(InPreset, ModifiedActorsOnScope);
|
||||
WebRemoteControlInternalUtils::SerializeStructOnScope(ActorsModifedOnScope, InWriter);
|
||||
if (ensure(ModifiedActorsOnScope.Num()))
|
||||
{
|
||||
FStructOnScope ActorsModifedOnScope = WebSocketMessageHandlerStructUtils::CreateModifiedActorsStructOnScope(InPreset, ModifiedActorsOnScope);
|
||||
WebRemoteControlInternalUtils::SerializeStructOnScope(ActorsModifedOnScope, InWriter);
|
||||
}
|
||||
|
||||
return bHasProperty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user