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