Enum ELevelInstanceCreationType Path C++ Link /Script/Engine.ELevelInstanceCreationType underlying uint8 /Script/Engine Values 3 NameValueHex LevelInstance00x00PackedLevelActor10x01ELevelInstanceCreationType_MAX20x02 Used by 1types with a member, parameter or interface of this type FNewLevelInstanceParams // /Script/Engine.ELevelInstanceCreationType enum class ELevelInstanceCreationType : uint8 { LevelInstance = 0, PackedLevelActor = 1, ELevelInstanceCreationType_MAX = 2, };