fblah / WindowCapture2D

Library for capturing and displaying windows in real time with UnrealEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Property Description
Capture Target Title Title string of the window that you want to capture
Title Matching Window Search Title string matching method
Frame Rate Interval to capture the window (fps)
Check Window Size When on, changes the texture size by monitoring the window size change
If enabled, the load will be high
Cut Shadow Remove the shadow of the window from the capture target

Title Matching Window Search

Type Description
PerfectMatch Must match exactly with the input string
ForwardMatch Compare with the input string in a forward match
PartialMatch Compare with the input string in a partial match
BackwardMatch Compare with the input string in a backward match
RegularExpression Compare using regular expressions

About

Library for capturing and displaying windows in real time with UnrealEngine

License:MIT License


Languages

Language:C++ 85.3%Language:C# 14.0%Language:C 0.6%