Navigation
API > API/Editor > API/Editor/EnvironmentLightingViewer
Struct Viewer module
| Name | FEnvironmentLightingViewerModule |
| Type | class |
| Header File | /Engine/Source/Editor/EnvironmentLightingViewer/Public/EnvironmentLightingModule.h |
| Include Path | #include "EnvironmentLightingModule.h" |
Syntax
class FEnvironmentLightingViewerModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class SWidget > CreateEnvironmentLightingViewer() |
EnvironmentLightingModule.h | ||
virtual void ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. | EnvironmentLightingModule.h | |
virtual void StartupModule() |
Called right after the module DLL has been loaded and the module object has been created | EnvironmentLightingModule.h |