The March sale is here! Save 50% on select products now through March 21.

FrameCapture - Screen Capture and Video Recorder

Athian Games - Code Plugins - Aug 6, 2018
19
3.53 out of 5 stars(19 ratings)
  • 53%
  • 11%
  • 5%
  • 0%
  • 32%

FrameCapture lets you take beautiful photographic screenshots at any resolution and records and saves Video , with an option to capture UI elements along with the rendered view.

  • Supported Platforms
  • Supported Engine Versions
    4.19 - 4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Preview

Documentation

Video Tutorial

Example Project

Join me in Discord


FrameCapture is a C++ based library which lets you take snapshot of your game viewport at desired resolution, and record your in-game screen. You can adjust your camera's depth of field settings to create beautiful photographic images. You also have an option to display your UI screen in your snapshot or video output. Enabling UI screen will capture entire game window and hence will also display contents which are not directly rendered by your game viewport. You also have an option of converting your game screen into texture and display as UMG image format, and load image files from your hard disc as texture.

Technical Details

Features:

  •  Adjust Depth of Field Settings in real-time
  •  Take Snapshots at desired resolution
  •  Optionally capture entire window, with UI elements
  • Record and save in game video at desired framerate per second, with an option to record entire window, with UI elements.
  • Video Recoding uses separate Render thread to ensure faster and realtime capture.
  • Save game screen as texture
  • Load Image files from hard disc as texture
  • Built in FileOpen and FileSave dialogue windows help select a file to load , and choose the output file location, respectively


Code Modules:

  •  Module - FrameCapture, Type - Runtime



Number of Blueprints: 5

Number of C++ Classes: 10

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows


Important/Additional Notes: If you enable Show UI , the plugin captures entire window, so you will only be able to save the output in viewport's resolution in that case.