IHotReloadInterface::RebindPackages

HotReload: Reloads the DLLs for given packages.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h

Include

#include "Misc/HotReloadInterface.h"

Syntax

ECompilationResult::Type RebindPackages
(
    const TArray< UPackage * > & Packages,
    EHotReloadFlags Flags,
    FOutputDevice & Ar
)

Remarks

HotReload: Reloads the DLLs for given packages.

Returns

If bWaitForCompletion was set to true, this will return the result of the compilation, otherwise will return ECompilationResult::Unknown

Parameters

Parameter

Description

Package

Packages to reload.

Flags

Flags which control the hot reload.

Ar

Output device for logging compilation status

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss