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

Method StartupModule

Source/CrossVersion/Private/CrossVersion.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#define LOCTEXT_NAMESPACE "FCrossVersionModule"
6
7void FCrossVersionModule::StartupModule()
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}
11
12void FCrossVersionModule::ShutdownModule()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected