MCPcopy Create free account
hub / github.com/Vaei/TurnInPlace / StartupModule

Method StartupModule

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

Source from the content-addressed store, hash-verified

5#define LOCTEXT_NAMESPACE "FActorTurnInPlaceModule"
6
7void FActorTurnInPlaceModule::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 FActorTurnInPlaceModule::ShutdownModule()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected