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