| 10 | } |
| 11 | |
| 12 | void FActorTurnInPlaceModule::ShutdownModule() |
| 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 | } |
| 17 | |
| 18 | #undef LOCTEXT_NAMESPACE |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected