UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FModuleObserver Class Reference

#include <ModuleObserver.h>

Public Member Functions

 FModuleObserver (FName InModuleName, FSimpleDelegate InOnModuleLoaded, FSimpleDelegate InOnModuleUnloaded)
 
 ~FModuleObserver ()
 

Detailed Description

A simple class that observes the currently active module list for a specific module to be (un)loaded

Constructor & Destructor Documentation

◆ FModuleObserver()

FModuleObserver::FModuleObserver ( FName  InModuleName,
FSimpleDelegate  InOnModuleLoaded,
FSimpleDelegate  InOnModuleUnloaded 
)
inline

Constructor

Parameters
InModuleNameThe name of the module we want to observe
InOnModuleLoadedCalled when the module is loaded (or immediately, if it is already loaded)
InOnModuleUnloadedCalled when the module is unloaded (or on destruction, if it is still loaded)

◆ ~FModuleObserver()

FModuleObserver::~FModuleObserver ( )
inline

The documentation for this class was generated from the following file: