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