FExampleAssetEditorModule

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FExampleAssetEditorModule

References

Module

ExampleAssetEditor

Header

/Engine/Plugins/Experimental/ExampleAssetEditor/Source/ExampleAssetEditor/Public/ExampleAssetEditor.h

Include

#include "ExampleAssetEditor.h"

Syntax

class FExampleAssetEditorModule : public IModuleInterface

Functions

Name Description

Public function

void

 

PluginButtonClicked()

This function will be bound to Command (by default it will bring up plugin window)

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

IModuleInterface implementation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss