Navigation
API > API/Editor > API/Editor/PixelInspectorModule
Inheritance Hierarchy
- IModuleInterface
- FPixelInspectorModule
References
| Module | PixelInspectorModule |
| Header | /Engine/Source/Editor/PixelInspector/Public/PixelInspectorModule.h |
| Include | #include "PixelInspectorModule.h" |
Syntax
class FPixelInspectorModule : public IModuleInterface
Remarks
The module holding all of the UI related pieces for pixel inspector
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | CreatePixelInspectorRequest
(
FVector2D InspectViewportUV, |
||
| TSharedRef< SWidget > | Creates the HLOD Outliner widget | ||
| void | GetCoordinatePosition
(
FIntPoint& InspectViewportCoordinate, |
||
| bool | GetViewportRealtime
(
int32 ViewportUid, |
||
| bool | |||
| void | ReadBackSync () |
||
| void | RegisterTabSpawner
(
const TSharedPtr< FWorkspaceItem >& WorkspaceGroup |
||
| void | SetCoordinatePosition
(
FIntPoint& InspectViewportCoordinate, |
||
| void | SetViewportInformation
(
int32 ViewportUniqueId, |
||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created |