Navigation
API > API/Plugins > API/Plugins/PluginReferenceViewer
| Name | FPluginReferenceViewerModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PluginReferenceViewer/Source/PluginReferenceViewer/Public/PluginReferenceViewerModule.h |
| Include Path | #include "PluginReferenceViewerModule.h" |
Syntax
class FPluginReferenceViewerModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PluginReferenceViewerTabName | const FName | PluginReferenceViewerModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PluginReferenceViewerGraphPanelNodeFactory | TSharedPtr< FPluginReferenceViewerGraphPanelNodeFactory > | PluginReferenceViewerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OpenPluginReferenceViewerUI
(
const TSharedRef< class IPlugin >& Plugin |
PluginReferenceViewerModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
PluginReferenceViewerModule.h | ||
virtual void StartupModule() |
PluginReferenceViewerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPluginReferenceViewerModule & Get() |
PluginReferenceViewerModule.h |