MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / StartupModule

Method StartupModule

Source/UnrealCSharpCore/Private/UnrealCSharpCore.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#define LOCTEXT_NAMESPACE "FUnrealCSharpCoreModule"
7
8void FUnrealCSharpCoreModule::StartupModule()
9{
10 // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module
11}
12
13void FUnrealCSharpCoreModule::ShutdownModule()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected