Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ EUpdateMode
Enum
EUpdateMode
Plugins/UnLua/Source/UnLuaEditor/Private/UnLuaEditorSettings.h:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
UENUM()
24
enum class EUpdateMode : uint8
25
{
26
Start,
27
Manual,
28
None,
29
};
30
31
UENUM()
32
enum class EHotReloadMode : uint8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected