MCPcopy 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
23UENUM()
24enum class EUpdateMode : uint8
25{
26 Start,
27 Manual,
28 None,
29};
30
31UENUM()
32enum class EHotReloadMode : uint8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected