Screen Recorder & Video Capture with Audio Plugin
Screen Recorder & Video Capture with Audio Plugin now supports full HD screen recording, offering a powerful solution for game developers and content creators looking to integrate screen recording and video capture capabilities directly within their Unreal Engine projects. This plugin enhances the functionality of Unreal Engine by allowing both the recording of the Unreal Engine editor interface and the incorporation of gameplay recording features into games developed using Unreal Engine. It is designed to be highly compatible with Unreal Engine's native Blueprint visual scripting system, making it accessible even to those with limited programming experience.
Help Document:
https://1drv.ms/b/s!Ai4_qENOmRchitx8uBSCobFC4iciHw?e=wcOwAi
Windows 64-Bit Build (EXE file):
https://1drv.ms/f/s!Ai4_qENOmRchitpORmBhVmv-Lo-q2A?e=sYB3Gm
Unreal Engine 5.4.1 Example Project (Without Plugin Directory):
https://1drv.ms/u/s!Ai4_qENOmRchitx0QBWB8r2d62N4nQ?e=9ZhNIS
Watch a 5-minute video on using this plugin from here:
or
https://1drv.ms/v/s!Ai4_qENOmRchitx6FQ_GaoUMZb4uRQ?e=4nzgWq
By providing these extensive features through a third-party plugin, Unreal Engine developers will gain a versatile tool that extends the native capabilities of the engine, allowing for enhanced content creation and sharing directly from within the editor and the games they develop.
Help Document:
https://1drv.ms/b/s!Ai4_qENOmRchitx8uBSCobFC4iciHw?e=wcOwAi
Windows 64-Bit Build (EXE file):
https://1drv.ms/f/s!Ai4_qENOmRchitpORmBhVmv-Lo-q2A?e=sYB3Gm
Unreal Engine 5.4.1 Example Project (Without Plugin Directory):
https://1drv.ms/u/s!Ai4_qENOmRchitx0QBWB8r2d62N4nQ?e=9ZhNIS
Features:
Record screen view in an .MP4 video file in Unreal Engine Editor.
Record screen view and audio in an .MP4 video file in Standalone Mode.
Record screen view and audio in an .MP4 video file from packaged games.
Number of Blueprints:
7
Number of C++ Classes:
9
Network Replicated:
No
Supported Development Platforms:
Windows-64
Supported Target Build Platforms:
Windows 10, 11.
Documentation:
Please look at the image gallery above.
From Edit / Plugins, enable the ScreenCapVideoCap plugin.
In your Blueprint editor, right click on an empty area.
Type "Screen Rec Video Cap".
Select GetScreenRecVideoCapSubsystem.
Drag from the GetScreenRecVideoCapSubsystem box to an empty space.
Type "Start Screen Recording" or "Stop Screen Recording".
You can assign input keys for "Start Screen Recording" or "Stop Screen Recording".
That's all.