To the overview and setup guide.
Note: No recompilation should be needed when integrating this plugin with release builds of Unreal Engine.
However, if Unreal reports an error that a module is missing or the plugin was built with a different engine version, please follow these steps:
- Open the terminal and go to <UE install directory>\Engine\Build\BatchFiles
- Run the command line: RunUAT.bat BuildPlugin -plugin="<Full path to downloaded plugin location>\GPAPlugin\GPAPlugin.uplugin" -package="<Full path to rebuilt plugin location>\GPAPlugin"
- Copy the newly built GPAPlugin folder to <UE install directory>\Plugins\Developer
Intel® Graphics Performance Analyzers (Intel® GPA) is a toolset that helps to find rendering performance bottlenecks. A game or other application can be invoked via Intel GPA, allowing you to see FPS, shader details, texture details, and draw call details. Now, with the Unreal Engine* (UE) plugin, you can capture a multi-frame stream directly while you are in Unreal Editor and analyze it in Graphics Frame Analyzer.
- Full integration of Intel GPA with the UE Editor UI
- Single click to capture a multi-frame stream and start performance analysis
- Integrated into UE console to capture streams from a running game
- Windows 10 with DirectX 12 support is required.
- DirectX 12 capable hardware and drivers. For instance, Intel HD Graphics 4400 or newer.
For more information on Intel graphics and game code, please visit https://software.intel.com/gamedev
Please see CONTRIBUTING for information on how to request features, report issues, or contribute code changes.
Sample provided under MIT license, please see LICENSE
- Unreal Engine - Unreal Engine download page
- Intel Graphics Performance Analyzers - Intel GPA tools page.
- Please note that you will need to install the GPA Framework in addition to GPA in order for the plugin to work.