Navigation
API > API/Plugins > API/Plugins/RenderDocPlugin
Inheritance Hierarchy
- IInputDeviceModule
- IRenderCaptureProvider
- IRenderDocPlugin
References
| Module | RenderDocPlugin |
| Header | /Engine/Plugins/Developer/RenderDocPlugin/Source/RenderDocPlugin/Public/IRenderDocPlugin.h |
| Include | #include "IRenderDocPlugin.h" |
Syntax
class IRenderDocPlugin :
public IInputDeviceModule ,
public IRenderCaptureProvider
Remarks
The RenderDoc plugin works as an input plugin. Regular plugins built upon IModuleInterface lack the ability of ticking, while IInputDeviceModule instantiates and manages an IInputDevice object that is capable of ticking.
By responding to tick events, the RenderDoc plugin is able to intercept the entire frame activity, including Editor (Slate) UI rendering and SceneCapture updates.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IRenderDocPlugin & | Get () |
||
| bool | IsAvailable () |