EHotReloadFlags

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Misc/HotReloadInterface.h"

Syntax

enum EHotReloadFlags
{
    None                 = 0x00,
    WaitForCompletion    = 0x01,
}

Values

Name

Description

None

WaitForCompletion

Should not return until the recompile and reload has completed.

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