Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Inheritance Hierarchy
- IModuleInterface
- IZoneGraphModule
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/IZoneGraphModule.h |
| Include | #include "IZoneGraphModule.h" |
Syntax
class IZoneGraphModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IZoneGraphModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |