IHotReloadInterface::DoHotReloadFromEditor

Performs hot reload from the editor of all currently loaded game modules.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Misc/HotReloadInterface.h"

Syntax

ECompilationResult::Type DoHotReloadFromEditor
(
    EHotReloadFlags Flags
)

Remarks

Performs hot reload from the editor of all currently loaded game modules.

Returns

If Flags & EHotReloadFlags::WaitForCompletion was set, this will return the result of the compilation, otherwise will return ECompilationResult::Unknown

Parameters

Parameter

Description

Flags

Flags which to control the hot reload.

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