| 5 | #define LOCTEXT_NAMESPACE "FActorTurnInPlaceModule" |
| 6 | |
| 7 | void 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 | |
| 12 | void FActorTurnInPlaceModule::ShutdownModule() |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected