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

#include <BaseHelpers.h>

Inheritance diagram for FBaseHelpersModule:

Public Member Functions

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

Member Function Documentation

◆ ShutdownModule()

void FBaseHelpersModule::ShutdownModule ( )
overridevirtual
13{
14 // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading,
15 // we call this function before unloading the module.
16}

◆ StartupModule()

void FBaseHelpersModule::StartupModule ( )
overridevirtual

IModuleInterface implementation

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

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