Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/IHotReloadInterface
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h |
| Include | #include "Misc/HotReloadInterface.h" |
ECompilationResult::Type DoHotReloadFromEditor
&40;
EHotReloadFlags Flags
&41;
Remarks
Performs hot reload from the editor of all currently loaded game modules. If Flags & EHotReloadFlags::WaitForCompletion was set, this will return the result of the compilation, otherwise will return ECompilationResult::Unknown
Parameters
| Name | Description |
|---|---|
| Flags | Flags which to control the hot reload. |