Home

Awesome

WindowCapture2D

Library for capturing and displaying windows in real time with UnrealEngine.

Captures in specified window units.

You can also capture windows hidden behind other windows.

Captured windows can be attached to meshes or UMG in 3D space.

ed99cc1218473bb4accc3c5d217454c4

UE4 Marketplace

https://www.unrealengine.com/marketplace/ja/slug/windowcapture2d

Quick Start

Please check "show engine content" and "show plugin content"

showcontent

When Actor is placed

  1. Put "WindowCapturePlane" at the level

setactor

When Widget is placed

  1. Place "WindowCaptureUMG" in UMG

umg

  1. Set various properties

image

PropertyDescription
Capture Target TitleTitle string of the window that you want to capture
Title Matching Window SearchTitle string matching method
Frame RateInterval to capture the window (fps)
Check Window SizeWhen on, changes the texture size by monitoring the window size change <br/> If enabled, the load will be high
Cut ShadowRemove the shadow of the window from the capture target

Title Matching Window Search

TypeDescription
PerfectMatchMust match exactly with the input string 
ForwardMatchCompare with the input string in a forward match
PartialMatchCompare with the input string in a partial match
BackwardMatchCompare with the input string in a backward match
RegularExpressionCompare using regular expressions