Space Plunder
Loading...
Searching...
No Matches
FProceduralDungeonsModule Class Reference

#include <ProceduralDungeons.h>

Inheritance diagram for FProceduralDungeonsModule:

Public Member Functions

virtual void StartupModule () override
 
virtual void ShutdownModule () override
 

Member Function Documentation

◆ ShutdownModule()

void FProceduralDungeonsModule::ShutdownModule ( )
overridevirtual
17{
18 // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
19 // we call this function before unloading the module.
20}

◆ StartupModule()

void FProceduralDungeonsModule::StartupModule ( )
overridevirtual

IModuleInterface implementation

12{
13 // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module
14}

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