Navigation
API > API/Editor > API/Editor/StructViewer
Struct Viewer module
| Name | FStructViewerModule |
| Type | class |
| Header File | /Engine/Source/Editor/StructViewer/Public/StructViewerModule.h |
| Include Path | #include "StructViewerModule.h" |
Syntax
class FStructViewerModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class SWidget > CreateStructViewer
(
const FStructViewerInitializationOptions& InitOptions, |
Creates a struct viewer widget | StructViewerModule.h | |
virtual void ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. | StructViewerModule.h | |
virtual void StartupModule() |
Called right after the module DLL has been loaded and the module object has been created | StructViewerModule.h |