IModuleInterface::~IModuleInterface

Even though this is an interface class we need a virtual destructor here because modules are deleted via a pointer to this interface

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Modules/ModuleInterface.h"

Syntax

virtual ~IModuleInterface()

Remarks

Even though this is an interface class we need a virtual destructor here because modules are deleted via a pointer to this interface

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