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 RebindPackages
&40;
const TArray< UPackage &42; > & Packages,
EHotReloadFlags Flags,
FOutputDevice & Ar
&41;
Remarks
HotReload: Reloads the DLLs for given packages. If bWaitForCompletion was set to true, this will return the result of the compilation, otherwise will return ECompilationResult::Unknown
Parameters
| Name | Description |
|---|---|
| Package | Packages to reload. |
| Flags | Flags which control the hot reload. |
| Ar | Output device for logging compilation status |