FModulesChangedEvent

Gets an event delegate that is executed when the set of known modules changed, i.e. upon module load or unload.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseMulticastDelegate_TwoParams< void, FName, EModuleChangeReason >

FModuleManager::FModulesChangedEvent

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h

Include

#include "Modules/ModuleManager.h"

Syntax

class FModulesChangedEvent : public TBaseMulticastDelegate_TwoParams< void, FName, EModuleChangeReason >

Remarks

Gets an event delegate that is executed when the set of known modules changed, i.e. upon module load or unload.

The first parameter is the name of the module that changed. The second parameter is the reason for the change.

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