Navigation
API > API/Editor > API/Editor/StructViewer
Inheritance Hierarchy
- IModuleInterface
- FStructViewerModule
References
| Module | StructViewer |
| Header | /Engine/Source/Editor/StructViewer/Public/StructViewerModule.h |
| Include | #include "StructViewerModule.h" |
Syntax
class FStructViewerModule : public IModuleInterface
Remarks
Struct Viewer module
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< class SWidget > | CreateStructViewer
(
const FStructViewerInitializationOptions& InitOptions, |
Creates a struct viewer widget |
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 |