WindowCapture2D icon indicating copy to clipboard operation
WindowCapture2D copied to clipboard

Library for capturing and displaying windows in real time with UnrealEngine

Results 7 WindowCapture2D issues
Sort by recently updated
recently updated
newest added

It crashes - both in the editor (upon endplay) and on a package game. (something about UpdateTexture) [Inline Frame] UnrealEditor-Engine.dll!FRHITexture::GetTexture2D() Line 2037 C++ Image ``` //UE_DEPRECATED(5.1, "FRHITexture2D is deprecated, please...

The window being captured isn't showing. When a window isn't existing, I'm assuming it shows the white material. But when I change the property to a window that exists, it...

hello, the plugin is working perfectly for us in editor mode. however, in shipping mode, the captured window is "cropped" and only a part of it is visible. on the...

The plugin will sometimes cause the Unreal Editor to crash. Unfortunately, few additional details can be provided. Steps to reproduce: * Add WindowCapturePlane from PlaneActor content folder to level; *...

I found that UE4 crashes with EXCEPTION_ACCESS_VIOLATION when CheckWindowSize is checked and repeated resizing of the target window. Reproduction steps 1. Create New UE4.24.2 project and enable WindowCapture2D plugin 1....

Start Windows application file (* .exe) from UE4

enhancement