ue-mcp 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tool-counts.json
CHANGED
package/package.json
CHANGED
|
@@ -631,8 +631,9 @@ namespace UEMCPPIE
|
|
|
631
631
|
}
|
|
632
632
|
else
|
|
633
633
|
{
|
|
634
|
-
UE_LOG(LogMCPBridge, Warning, TEXT("[PIE-REP] No viewport for capture (
|
|
635
|
-
GEngine
|
|
634
|
+
UE_LOG(LogMCPBridge, Warning, TEXT("[PIE-REP] No viewport for capture (GameViewport=%s Viewport=%s)"),
|
|
635
|
+
(GEngine && GEngine->GameViewport) ? TEXT("valid") : TEXT("null"),
|
|
636
|
+
Viewport ? TEXT("valid") : TEXT("null"));
|
|
636
637
|
}
|
|
637
638
|
}
|
|
638
639
|
CaptureFrameCounter++;
|