Navigation
API > API/Plugins > API/Plugins/ZoneGraphDebug
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IZoneGraphDebug |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraphDebug/Public/IZoneGraphDebug.h |
| Include Path | #include "IZoneGraphDebug.h" |
Syntax
class IZoneGraphDebug : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IZoneGraphDebug & Get () |
Singleton-like access to this module's interface. | IZoneGraphDebug.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IZoneGraphDebug.h |