Navigation
API > API/Plugins > API/Plugins/Mover
Inheritance Hierarchy
- IModuleInterface
- FMoverModule
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverModule.h |
| Include | #include "MoverModule.h" |
Syntax
class FMoverModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ShowCorrections
(
const TArray< FString >& Args, |
||
| void | |||
| void | ShowTrajectory
(
const TArray< FString >& Args, |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |