BlueprintScreenshotTool
The tool to take screenshots of graphs inside blueprint editor and Blueprint Diff window
Install / Use
/learn @Gradess2019/BlueprintScreenshotToolREADME
Blueprint Screenshot Tool
Description
The "Blueprint Screenshot Tool" is a simple Unreal Engine plugin that adds a "Take Screenshot" button in various editors like Blueprint, Material, and more. This feature allows users to capture blueprint graphs effortlessly, no matter how large they are.
How to install
- Download latest release for your Unreal Engine version
- Unzip into: <ProjectDirectory>/Plugins (create Plugins directory if it doesn't exist)
- If you are using C++: Right Mouse Button on your .uproject file -> Generate Visual Studio project files
- Launch project
- If it's not enabled: Go to Edit -> Plugins -> "Project" category -> Editor -> Enable "Blueprint Screenshot Tool" and restart the editor
- Done
How to use
-
Open any editor that has graphs (Blueprint, Material, etc.)
-
You should see a new button in the toolbar called "Take Screenshot"
-
Click it or press Ctrl+F7 and wait for the screenshot of the graph to be taken
Tip: You can take screenshot of specific nodes by selecting them before taking the screenshot
-
You'll see a notification when the screenshot is ready with a hyperlink to the screenshot file
-
Click the hyperlink to open the screenshot directory
-
Done
Hotkeys
- Ctrl+F7 - Take screenshot
- Ctrl+F8 - Open screenshot directory
Configuration
-
Go to Edit -> Editor Preferences -> "Plugins" category -> "Blueprint Screenshot Tool" section
-
You should see the following settings:
-
Adjust the settings as needed to match your preferences and project requirements.
-
Done
