IHotReloadModule

The public interface to this module.

Unreal Engine C++ API Reference > Developer > HotReload

Inheritance Hierarchy

References

   
Module HotReload
Header /Engine/Source/Developer/HotReload/Public/IHotReload.h
Include #include "IHotReload.h"

Syntax

class IHotReloadModule : public [IHotReloadInterface](API\Runtime\CoreUObject\Misc\IHotReloadInterface)  

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
IHotReloadMo... Get () Singleton-like access to this module's interface.
bool IsAvailable () Checks to see if this module is loaded and ready.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library