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