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