Navigation
API > API/Plugins > API/Plugins/ChaosModularVehicleEngine
The public interface to this module
| Name | IChaosModularVehicleEnginePlugin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosModularVehicle/Source/ChaosModularVehicleEngine/Public/ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h |
| Include Path | #include "ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h" |
Syntax
class IChaosModularVehicleEnginePlugin : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPhysSceneInitHandle | FDelegateHandle | ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h | ||
| OnPhysSceneTermHandle | FDelegateHandle | ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IChaosModularVehicleEnginePlugin & Get () |
Singleton-like access to this module's interface. | ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ChaosModularVehicle/ChaosModularVehicleEnginePlugin.h |