Updated UI

Added a new function to UI part so that with only one block I could just show one part of modification panel and hide all the others.
This commit is contained in:
EgonVM 2024-01-19 23:40:35 +02:00
parent c838067e98
commit e67606c7f4
9 changed files with 2927 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -174,6 +174,7 @@ RecentAssetEditors=
RecentAssetEditors=
RecentAssetEditors=
RecentAssetEditors=
OpenAssetsAtExit=/Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[RootWindow]
ScreenPosition=X=320.000 Y=160.000
@ -2342,6 +2343,9 @@ CameraActor.HLOD=True
CameraActor.Networking=True
CameraActor.WorldPartition=True
CameraActor.Actor=True
K2Node_CallFunction.Graph=True
K2Node_CallFunction.Inputs=True
K2Node_CallFunction.Outputs=True
[AssetEditorSubsystemRecents]
MRUItem0=/Game/DevelopedContent/BluePrints/Player_UI
@ -2526,8 +2530,8 @@ TreeViewWidth=0.300000
[DetailPropertyExpansion]
TextBlock="\"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
TextLayoutWidget="\"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Widget="\"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Visual="\"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Widget="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Visual="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Object=
Image="\"Object.Appearance.Brush\" \"Object.Appearance.Brush.ImageSize\" \"Object.Appearance.Brush.OutlineSettings\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
EditorLoadingSavingSettings="\"Object.AutoReimport\" \"Object.AutoSave\" \"Object.Blueprints\" "
@ -2536,12 +2540,12 @@ AnalyticsPrivacySettings="\"Object.Options.bSendUsageData\" "
Button="\"Object.Appearance.WidgetStyle\" \"Object.Appearance.BackgroundColor\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
ContentWidget="\"Object.Style.WidgetStyle\" \"Object.Style.WidgetStyle.UncheckedImage\" \"Object.Style.WidgetStyle.UncheckedImage.ImageSize\" \"Object.Style.WidgetStyle.UncheckedHoveredImage\" \"Object.Style.WidgetStyle.UncheckedHoveredImage.ImageSize\" \"Object.Style.WidgetStyle.UncheckedPressedImage\" \"Object.Style.WidgetStyle.UncheckedPressedImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedImage\" \"Object.Style.WidgetStyle.CheckedImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedHoveredImage\" \"Object.Style.WidgetStyle.CheckedHoveredImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedPressedImage\" \"Object.Style.WidgetStyle.CheckedPressedImage.ImageSize\" \"Object.Style.WidgetStyle.BackgroundImage\" \"Object.Style.WidgetStyle.BorderBackgroundColor\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
PanelWidget="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
UniformGridPanel="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
UniformGridPanel="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
ScrollBox="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
CanvasPanel="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Slider="\"Object.Style.WidgetStyle\" \"Object.Style.WidgetStyle.NormalBarImage\" \"Object.Style.WidgetStyle.NormalBarImage.ImageSize\" \"Object.Style.WidgetStyle.HoveredBarImage\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
Player_UI_C="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
UserWidget="\"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" "
Player_UI_C=
UserWidget=
CheckBox="\"Object.Style.WidgetStyle\" \"Object.Style.WidgetStyle.UncheckedImage\" \"Object.Style.WidgetStyle.UncheckedImage.ImageSize\" \"Object.Style.WidgetStyle.UncheckedHoveredImage\" \"Object.Style.WidgetStyle.UncheckedHoveredImage.ImageSize\" \"Object.Style.WidgetStyle.UncheckedPressedImage\" \"Object.Style.WidgetStyle.UncheckedPressedImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedImage\" \"Object.Style.WidgetStyle.CheckedImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedHoveredImage\" \"Object.Style.WidgetStyle.CheckedHoveredImage.ImageSize\" \"Object.Style.WidgetStyle.CheckedPressedImage\" \"Object.Style.WidgetStyle.CheckedPressedImage.ImageSize\" \"Object.Style.WidgetStyle.BackgroundImage\" \"Object.Style.WidgetStyle.BorderBackgroundColor\" \"Object.Render Transform.RenderTransform\" \"Object.Render Transform.RenderTransform.Scale\" \"Object.Render Transform.RenderTransformPivot\" "
[DetailCategoriesAdvanced]
@ -2550,6 +2554,7 @@ CanvasPanel.Accessibility=False
CanvasPanel.Behavior=False
Image.Accessibility=False
Overlay.Behavior=False
PropertyWrapper.Variable=False
[MessageLog]
LastLogListing=FBXImport

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,284 @@
<?xml version="1.0" encoding="UTF-8"?>
<FGenericCrashContext>
<RuntimeProperties>
<CrashVersion>3</CrashVersion>
<ExecutionGuid>EF6A3C7041A5A3C5E0F563A40C807BC8</ExecutionGuid>
<CrashGUID>UECC-Windows-376C10A24B10359F441F1CA2242D4CBA_0000</CrashGUID>
<IsEnsure>false</IsEnsure>
<IsStall>true</IsStall>
<IsAssert>false</IsAssert>
<CrashType>Stall</CrashType>
<ErrorMessage>UAssetEditorSubsystem::OpenEditorForAsset</ErrorMessage>
<CrashReporterMessage />
<AttendedStatus>Attended</AttendedStatus>
<ProcessId>11708</ProcessId>
<SecondsSinceStart>3624</SecondsSinceStart>
<IsInternalBuild>false</IsInternalBuild>
<IsPerforceBuild>false</IsPerforceBuild>
<IsWithDebugInfo>true</IsWithDebugInfo>
<IsSourceDistribution>false</IsSourceDistribution>
<GameName>UE-CharaCreator</GameName>
<ExecutableName>UnrealEditor</ExecutableName>
<BuildConfiguration>Development</BuildConfiguration>
<GameSessionID />
<PlatformName>WindowsEditor</PlatformName>
<PlatformFullName>Win64 [Windows 10 (22H2) [10.0.19045.3930] 64b]</PlatformFullName>
<PlatformNameIni>Windows</PlatformNameIni>
<EngineMode>Editor</EngineMode>
<EngineModeEx>Vanilla</EngineModeEx>
<DeploymentName />
<EngineVersion>5.3.2-29314046+++UE5+Release-5.3</EngineVersion>
<EngineCompatibleVersion>5.3.2-29314046+++UE5+Release-5.3</EngineCompatibleVersion>
<CommandLine>CommandLineRemoved</CommandLine>
<LanguageLCID>0</LanguageLCID>
<AppDefaultLocale>en-150</AppDefaultLocale>
<BuildVersion>++UE5+Release-5.3-CL-29314046</BuildVersion>
<Symbols>**UE5*Release-5.3-CL-29314046-Win64-Development</Symbols>
<IsUERelease>true</IsUERelease>
<IsRequestingExit>false</IsRequestingExit>
<UserName />
<BaseDir>D:/Epic Games/UE_5.3/Engine/Binaries/Win64/</BaseDir>
<RootDir>D:/Epic Games/UE_5.3/</RootDir>
<MachineId>583989464419A262F3C29F86FB93FD50</MachineId>
<LoginId>583989464419a262f3c29f86fb93fd50</LoginId>
<EpicAccountId>ffd9b84f675742ebbfb609d9f094a16c</EpicAccountId>
<SourceContext />
<UserDescription>Sent in the unattended mode</UserDescription>
<UserActivityHint>Layout=&quot;StandaloneToolkit&quot; Label=&quot;Player_UI&quot; Content=SNullWidge</UserActivityHint>
<CrashDumpMode>0</CrashDumpMode>
<GameStateName />
<Misc.NumberOfCores>6</Misc.NumberOfCores>
<Misc.NumberOfCoresIncludingHyperthreads>12</Misc.NumberOfCoresIncludingHyperthreads>
<Misc.Is64bitOperatingSystem>1</Misc.Is64bitOperatingSystem>
<Misc.CPUVendor>AuthenticAMD</Misc.CPUVendor>
<Misc.CPUBrand>AMD Ryzen 5 3600 6-Core Processor</Misc.CPUBrand>
<Misc.PrimaryGPUBrand>NVIDIA GeForce RTX 2060</Misc.PrimaryGPUBrand>
<Misc.OSVersionMajor>Windows 10 (22H2) [10.0.19045.3930]</Misc.OSVersionMajor>
<Misc.OSVersionMinor />
<MemoryStats.TotalPhysical>17105821696</MemoryStats.TotalPhysical>
<MemoryStats.TotalVirtual>25158885376</MemoryStats.TotalVirtual>
<MemoryStats.PageSize>4096</MemoryStats.PageSize>
<MemoryStats.TotalPhysicalGB>16</MemoryStats.TotalPhysicalGB>
<MemoryStats.AvailablePhysical>7486611456</MemoryStats.AvailablePhysical>
<MemoryStats.AvailableVirtual>6974717952</MemoryStats.AvailableVirtual>
<MemoryStats.UsedPhysical>1569927168</MemoryStats.UsedPhysical>
<MemoryStats.PeakUsedPhysical>2363232256</MemoryStats.PeakUsedPhysical>
<MemoryStats.UsedVirtual>5957246976</MemoryStats.UsedVirtual>
<MemoryStats.PeakUsedVirtual>7379464192</MemoryStats.PeakUsedVirtual>
<MemoryStats.bIsOOM>0</MemoryStats.bIsOOM>
<MemoryStats.OOMAllocationSize>0</MemoryStats.OOMAllocationSize>
<MemoryStats.OOMAllocationAlignment>0</MemoryStats.OOMAllocationAlignment>
<NumMinidumpFramesToIgnore>0</NumMinidumpFramesToIgnore>
<CallStack />
<PCallStack>ntdll 0x00007ffc6a510000 + 9da84 KERNELBASE 0x00007ffc680c0000 + e2008 UnrealEditor-Core 0x00007ffbd8790000 + 607625 UnrealEditor-Core 0x00007ffbd8790000 + 1aa896 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 599178 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5827e2 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5ad4ec UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5ab918 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5abeb6 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5c16a1 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5d228c UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5d18e0 UnrealEditor-Kismet 0x00007ffbb5800000 + 1e8efa UnrealEditor-Kismet 0x00007ffbb5800000 + 21777f UnrealEditor-Kismet 0x00007ffbb5800000 + 24f831 UnrealEditor-UMGEditor 0x000002686ffc0000 + 2d0770 UnrealEditor-UMGEditor 0x000002686ffc0000 + 3adc2 UnrealEditor-AssetTools 0x00007ffbade30000 + 12105e UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f2bad UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f3266 UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f2fcf UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 702a3 UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 70608 UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 49fdd UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 30225a UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 2bfaa1 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 1f396b UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 19ffe7 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + e3904 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 20baad UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 1f4473 UnrealEditor-Slate 0x00007ffbd4d60000 + 10efc UnrealEditor-Slate 0x00007ffbd4d60000 + 7c431 UnrealEditor-Slate 0x00007ffbd4d60000 + 6a3cf UnrealEditor-Slate 0x00007ffbd4d60000 + 5d5b5 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 47d5b UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 2b83f UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 4ab29 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 232e3 USER32 0x00007ffc6a1d0000 + e858 USER32 0x00007ffc6a1d0000 + e299 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 4c226 UnrealEditor 0x00007ff73c230000 + 76f2 UnrealEditor 0x00007ff73c230000 + 2d28c UnrealEditor 0x00007ff73c230000 + 2d37a UnrealEditor 0x00007ff73c230000 + 30854 UnrealEditor 0x00007ff73c230000 + 46984 UnrealEditor 0x00007ff73c230000 + 49d7a KERNEL32 0x00007ffc68e00000 + 17344 ntdll 0x00007ffc6a510000 + 526b1</PCallStack>
<PCallStackHash>993C5AD0576C4B0DF311E2B089825B6D5739D05A</PCallStackHash>
<Threads>
<Thread>
<CallStack>ntdll 0x00007ffc6a510000 + 9da84 KERNELBASE 0x00007ffc680c0000 + e2008 UnrealEditor-Core 0x00007ffbd8790000 + 607625 UnrealEditor-Core 0x00007ffbd8790000 + 1aa896 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 599178 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5827e2 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5ad4ec UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5ab918 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5abeb6 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5c16a1 UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5d228c UnrealEditor-CoreUObject 0x00007ffbd9aa0000 + 5d18e0 UnrealEditor-Kismet 0x00007ffbb5800000 + 1e8efa UnrealEditor-Kismet 0x00007ffbb5800000 + 21777f UnrealEditor-Kismet 0x00007ffbb5800000 + 24f831 UnrealEditor-UMGEditor 0x000002686ffc0000 + 2d0770 UnrealEditor-UMGEditor 0x000002686ffc0000 + 3adc2 UnrealEditor-AssetTools 0x00007ffbade30000 + 12105e UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f2bad UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f3266 UnrealEditor-UnrealEd 0x00007ffbbc550000 + 12f2fcf UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 702a3 UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 70608 UnrealEditor-ContentBrowserAssetDataSource 0x0000026808380000 + 49fdd UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 30225a UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 2bfaa1 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 1f396b UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 19ffe7 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + e3904 UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 20baad UnrealEditor-ContentBrowser 0x00007ffba75c0000 + 1f4473 UnrealEditor-Slate 0x00007ffbd4d60000 + 10efc UnrealEditor-Slate 0x00007ffbd4d60000 + 7c431 UnrealEditor-Slate 0x00007ffbd4d60000 + 6a3cf UnrealEditor-Slate 0x00007ffbd4d60000 + 5d5b5 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 47d5b UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 2b83f UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 4ab29 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 232e3 USER32 0x00007ffc6a1d0000 + e858 USER32 0x00007ffc6a1d0000 + e299 UnrealEditor-ApplicationCore 0x00007ffc17ac0000 + 4c226 UnrealEditor 0x00007ff73c230000 + 76f2 UnrealEditor 0x00007ff73c230000 + 2d28c UnrealEditor 0x00007ff73c230000 + 2d37a UnrealEditor 0x00007ff73c230000 + 30854 UnrealEditor 0x00007ff73c230000 + 46984 UnrealEditor 0x00007ff73c230000 + 49d7a KERNEL32 0x00007ffc68e00000 + 17344 ntdll 0x00007ffc6a510000 + 526b1</CallStack>
<IsCrashed>true</IsCrashed>
<Registers />
<ThreadID>27964</ThreadID>
<ThreadName>GameThread</ThreadName>
</Thread>
</Threads>
<TimeOfCrash>638412954913460000</TimeOfCrash>
<bAllowToBeContacted>1</bAllowToBeContacted>
<CPUBrand>AMD Ryzen 5 3600 6-Core Processor</CPUBrand>
<CrashReportClientVersion>1.0</CrashReportClientVersion>
</RuntimeProperties>
<PlatformProperties>
<PlatformIsRunningWindows>1</PlatformIsRunningWindows>
<IsRunningOnBattery>false</IsRunningOnBattery>
<PlatformCallbackResult>0</PlatformCallbackResult>
<CrashTrigger>0</CrashTrigger>
</PlatformProperties>
<EngineData>
<MatchingDPStatus>WindowsEditorNo errors</MatchingDPStatus>
<RHI.IntegratedGPU>false</RHI.IntegratedGPU>
<RHI.DriverDenylisted>true</RHI.DriverDenylisted>
<RHI.D3DDebug>false</RHI.D3DDebug>
<RHI.Breadcrumbs>true</RHI.Breadcrumbs>
<RHI.DRED>false</RHI.DRED>
<RHI.DREDMarkersOnly>true</RHI.DREDMarkersOnly>
<RHI.DREDContext>false</RHI.DREDContext>
<RHI.Aftermath>true</RHI.Aftermath>
<RHI.RHIName>D3D12</RHI.RHIName>
<RHI.AdapterName>NVIDIA GeForce RTX 2060</RHI.AdapterName>
<RHI.UserDriverVersion>516.94</RHI.UserDriverVersion>
<RHI.InternalDriverVersion>31.0.15.1694</RHI.InternalDriverVersion>
<RHI.DriverDate>7-21-2022</RHI.DriverDate>
<RHI.FeatureLevel>SM6</RHI.FeatureLevel>
<RHI.GPUVendor>NVIDIA</RHI.GPUVendor>
<RHI.DeviceId>1F08</RHI.DeviceId>
<DeviceProfile.Name>WindowsEditor</DeviceProfile.Name>
<Platform.AppHasFocus>true</Platform.AppHasFocus>
</EngineData>
<GameData />
<EnabledPlugins>
<Plugin>{ &quot;Version&quot;: 20, &quot;VersionName&quot;: &quot;2023.0.4&quot;, &quot;FriendlyName&quot;: &quot;Bridge&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;FastBuild Controller&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Enhanced Input&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Mesh Painting&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;TraceUtilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;XGE Controller&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Camera Shake Previewer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Interchange Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Gameplay Cameras&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Interchange Framework&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Base&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Niagara&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Services&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Subsystem&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Oodle Network&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Subsystem NULL&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Alembic Importer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Subsystem Utils&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Interchange Tests&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Automation Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1&quot;, &quot;FriendlyName&quot;: &quot;BackChannel&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;ChaosCaching&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Chaos Cloth&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Chaos Cloth Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;ChaosEditor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Chaos Niagara&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Chaos Solver&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;ChaosUserDataPT&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;CharacterAI&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Editor DataflowGraph&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Fracture&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Full Body IK&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;GeometryFlow&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Geometry&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Localizable Message&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Mesh LOD Toolset&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Experimental Mesh Modeling Toolset&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;OpenImageDenoise&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Planar Cut&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Platform Cryptography Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Proxy LOD Plugin (Experimental)&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Python Editor Script Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Skeletal Mesh Simplifier (Early Access)&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Struct Utils&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Tool Presets&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Launcher Chunk Installer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Actor Sequence (Experimental)&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Level Sequence Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Sequencer Scripting&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Template Sequence&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Animation Sharing&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;2.0&quot;, &quot;FriendlyName&quot;: &quot;CLion Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;CodeLite Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Take Recorder&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Dump GPU Services&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 14, &quot;VersionName&quot;: &quot;1.4&quot;, &quot;FriendlyName&quot;: &quot;Git&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;KDevelop Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;10X Editor Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Linux Compiler-only Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Perforce&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;PIX for Windows GPU Capture Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 80, &quot;VersionName&quot;: &quot;1.8.0&quot;, &quot;FriendlyName&quot;: &quot;Plastic SCM&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Plugin Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Property Access Node&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;RenderDoc Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;1.7&quot;, &quot;FriendlyName&quot;: &quot;Rider Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Subversion&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Oodle Texture&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Trace Data Filtering&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;UObject Example Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Visual Studio Code Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Visual Studio Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;XCode Integration&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;2.0&quot;, &quot;FriendlyName&quot;: &quot;Android Media Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;2.0&quot;, &quot;FriendlyName&quot;: &quot;AVF Media Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Image Sequence Media Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Media Compositing&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 0, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Media Plate&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Media Player Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;WebM Video Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;2.0&quot;, &quot;FriendlyName&quot;: &quot;WMF Media Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;TCP Messaging&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;UDP Messaging&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Datasmith Content&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 131, &quot;VersionName&quot;: &quot;1.3.1&quot;, &quot;FriendlyName&quot;: &quot;glTF Exporter&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Variant Manager&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Variant Manager Content&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Animation Data&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Animation Modifier Library&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Blendspace Motion Analysis&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 30004, &quot;VersionName&quot;: &quot;3.0.4&quot;, &quot;FriendlyName&quot;: &quot;Animation Compression Library&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Control Rig Spline&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Control Rig&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;IK Rig&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Actor Layer Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Android Device Profile Selector&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;AndroidFileServer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Android Runtime Permission&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Android Movie Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Apple Image Utils&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Apple Movie Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;ArchVis Character&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Asset Tags&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Audio Capture&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Audio Synesthesia&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;AudioWidgets&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Cable Component&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Chunk Downloader&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Custom Mesh Component&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Example Device Profile Selector&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Geometry Cache&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Google Cloud Messaging&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Geometry Processing&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;GooglePAD&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Input Debugging&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;IOS Device Profile Selector&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Linux Device Profile Selector&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Mobile Location Services Blueprints Library&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Mesh Modeling Toolset&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;MetaSound&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Mobile Patching Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;MsQuic Runtime Plugin&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Procedural Mesh Component&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Property Access Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;RigVM&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Resonance Audio&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Significance Manager&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;SoundFields&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.1&quot;, &quot;FriendlyName&quot;: &quot;Synthesis and DSP Effects&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Wave Tables&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Movie Player for WebM files&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Windows Device Profile Selector&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Windows Movie Player&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Environment Query Editor (Experimental)&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;AISupport&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Asset Manager Editor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Paper2D&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Blueprint C++ Header Preview&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Changelist Reviews&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;CryptoKeys&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Curve Editor Tools&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Data Validation&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;EditorDebugTools&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Engine Asset Definitions&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Editor Scripting Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Facial Animation Bulk Importer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;GameplayTagsEditor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;GeometryMode&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Mac Graphics Switching&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Material Analyzer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;0.1&quot;, &quot;FriendlyName&quot;: &quot;Modeling Tools Editor Mode&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Wizard for mobile packaging scenarios&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Sequencer Anim Tools&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Plugin Browser&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;SpeedTree Importer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 2, &quot;VersionName&quot;: &quot;0.2&quot;, &quot;FriendlyName&quot;: &quot;UVEditor&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;World Partition HLOD Utilities&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Portable Object File Data Source&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Subsystem iOS&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Light Mixer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Object Mixer&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Online Subsystem GooglePlay&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Content Browser - Asset Data Source&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Content Browser - Class Data Source&quot; }</Plugin>
<Plugin>{ &quot;Version&quot;: 1, &quot;VersionName&quot;: &quot;1.0&quot;, &quot;FriendlyName&quot;: &quot;Content Browser - File Data Source&quot; }</Plugin>
</EnabledPlugins>
</FGenericCrashContext>

View File

@ -0,0 +1,7 @@
[CrashReportClient]
bHideLogFilesOption=false
bIsAllowedToCloseWithoutSending=true
CrashConfigPurgeDays=2
Stall.RecordDump=false
Ensure.RecordDump=true

View File

@ -2051,3 +2051,203 @@ Minimum required: 527.27
[2024.01.19-21.10.24:201][742]LogFileHelpers: InternalPromptForCheckoutAndSave took 78 ms (total: 367 ms)
[2024.01.19-21.10.24:204][742]AssetCheck: New page: Asset Save: CameraActor_UAID_A8A15913A1432FD101_1315655136
[2024.01.19-21.10.24:204][742]LogContentValidation: Display: Validating /Script/Engine.CameraActor /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.CameraActor_UAID_A8A15913A1432FD101_1315655136
[2024.01.19-21.11.22:128][523]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[2024.01.19-21.11.22:163][523]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
[2024.01.19-21.11.22:163][523]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
[2024.01.19-21.11.22:180][523]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
[2024.01.19-21.11.22:180][523]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
[2024.01.19-21.11.22:198][523]LogSlate: Warning: The command 'UMGEditor.OpenAnimDrawer' has the same default chord as 'EditorViewport.Next' [Ctrl+Shift+Space Bar]
[2024.01.19-21.11.22:254][523]LogSlate: Warning: The command 'BlueprintEditorSpawnNodes.AddActorRefAction->CommandInfo' has the same default chord as 'BlueprintEditorSpawnNodes.(Class=/Script/BlueprintGraph.K2Node_Knot Key=R Shift=false Ctrl=false Alt=false)' [R]
[2024.01.19-21.11.24:133][523]LogStall: Stall detector 'UAssetEditorSubsystem::OpenEditorForAsset' exceeded budget of 2.000000s, reporting...
[2024.01.19-21.11.31:319][523]LogStall: Stall detector 'UAssetEditorSubsystem::OpenEditorForAsset' report submitted, and took 7.186292s
[2024.01.19-21.11.32:863][523]LogStall: Stall detector 'UAssetEditorSubsystem::OpenEditorForAsset' complete in 10.735485s (8.735485s overbudget)
[2024.01.19-21.11.34:385][523]LogSlate: Took 0.022618 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K)
[2024.01.19-21.11.34:446][523]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find SlateColor 'Foreground'.'
[2024.01.19-21.11.34:465][523]LogSlate: Took 0.017744 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)
[2024.01.19-21.12.47:113][490]LogSlate: Took 0.016020 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf' (160K)
[2024.01.19-21.13.48:700][ 76]LogDerivedDataCache: C:/Users/egonh/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:06.136 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 3485 files in 5029 folders with total size 273 MiB.
[2024.01.19-21.15.38:058][947]LogFileHelpers: InternalPromptForCheckoutAndSave started...
[2024.01.19-21.15.38:241][947]LogSavePackage: Moving output files for package: /Game/DevelopedContent/BluePrints/Player_UI
[2024.01.19-21.15.38:241][947]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI930EA295446C35BF68733EAD68B16BBE.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Content/DevelopedContent/BluePrints/Player_UI.uasset'
[2024.01.19-21.15.38:250][947]LogFileHelpers: InternalPromptForCheckoutAndSave took 191 ms (total: 559 ms)
[2024.01.19-21.15.38:252][947]AssetCheck: New page: Asset Save: Player_UI
[2024.01.19-21.15.38:252][947]LogContentValidation: Display: Validating /Script/UMGEditor.WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[2024.01.19-21.15.38:824][973]BlueprintLog: New page: Compile Player_UI
[2024.01.19-21.15.39:038][973]LogUObjectHash: Compacting FUObjectHashTables data took 1.67ms
[2024.01.19-21.22.11:899][993]LogFileHelpers: InternalPromptForCheckoutAndSave started...
[2024.01.19-21.22.11:999][993]LogSavePackage: Moving output files for package: /Game/DevelopedContent/BluePrints/Player_UI
[2024.01.19-21.22.11:999][993]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI6ED35F354D8D18C4F4F450A84B404934.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Content/DevelopedContent/BluePrints/Player_UI.uasset'
[2024.01.19-21.22.12:006][993]LogFileHelpers: InternalPromptForCheckoutAndSave took 107 ms (total: 666 ms)
[2024.01.19-21.22.12:008][993]AssetCheck: New page: Asset Save: Player_UI
[2024.01.19-21.22.12:008][993]LogContentValidation: Display: Validating /Script/UMGEditor.WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[2024.01.19-21.22.12:460][ 19]BlueprintLog: New page: Compile Player_UI
[2024.01.19-21.22.12:521][ 19]LogUObjectHash: Compacting FUObjectHashTables data took 1.75ms
[2024.01.19-21.23.16:930][764]LogUObjectHash: Compacting FUObjectHashTables data took 1.54ms
[2024.01.19-21.23.16:932][764]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/DevelopedContent/Main_Map' took 0.020
[2024.01.19-21.23.16:932][764]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/DevelopedContent/BluePrints/Player_UI] ([2] browsable assets)...
[2024.01.19-21.23.16:937][764]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI]
[2024.01.19-21.23.16:938][764]OBJ SavePackage: Finished generating thumbnails for package [/Game/DevelopedContent/BluePrints/Player_UI]
[2024.01.19-21.23.16:991][764]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/DevelopedContent/BluePrints/Player_UI_Auto1
[2024.01.19-21.23.16:992][764]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI_Auto19FFCC1D04EDEF5946DC0C49948170A57.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Autosaves/Game/DevelopedContent/BluePrints/Player_UI_Auto1.uasset'
[2024.01.19-21.23.16:992][764]LogFileHelpers: Auto-saving content packages took 0.061
[2024.01.19-21.25.39:853][371]LogEditorTransaction: Undo Move Node
[2024.01.19-21.25.59:532][644]LogEditorTransaction: Undo Paste clipboard contents
[2024.01.19-21.32.22:212][454]LogFileHelpers: InternalPromptForCheckoutAndSave started...
[2024.01.19-21.32.22:308][454]LogSavePackage: Moving output files for package: /Game/DevelopedContent/BluePrints/Player_UI
[2024.01.19-21.32.22:308][454]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI3571242A49258903DD3EABABB8D649FE.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Content/DevelopedContent/BluePrints/Player_UI.uasset'
[2024.01.19-21.32.22:315][454]LogFileHelpers: InternalPromptForCheckoutAndSave took 103 ms (total: 770 ms)
[2024.01.19-21.32.22:319][454]AssetCheck: New page: Asset Save: Player_UI
[2024.01.19-21.32.22:319][454]LogContentValidation: Display: Validating /Script/UMGEditor.WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[2024.01.19-21.32.22:639][470]BlueprintLog: New page: Compile Player_UI
[2024.01.19-21.32.22:702][470]LogUObjectHash: Compacting FUObjectHashTables data took 1.71ms
[2024.01.19-21.33.17:140][577]LogUObjectHash: Compacting FUObjectHashTables data took 1.47ms
[2024.01.19-21.33.17:145][577]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/DevelopedContent/Main_Map' took 0.027
[2024.01.19-21.33.17:145][577]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/DevelopedContent/BluePrints/Player_UI] ([2] browsable assets)...
[2024.01.19-21.33.17:151][577]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI]
[2024.01.19-21.33.17:151][577]OBJ SavePackage: Finished generating thumbnails for package [/Game/DevelopedContent/BluePrints/Player_UI]
[2024.01.19-21.33.17:213][577]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/DevelopedContent/BluePrints/Player_UI_Auto2
[2024.01.19-21.33.17:213][577]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI_Auto2CFF2A20346CE6C08766826BB48C79FFB.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Autosaves/Game/DevelopedContent/BluePrints/Player_UI_Auto2.uasset'
[2024.01.19-21.33.17:213][577]LogFileHelpers: Auto-saving content packages took 0.068
[2024.01.19-21.34.58:176][ 85]BlueprintLog: New page: Compile Player_UI
[2024.01.19-21.34.58:232][ 85]LogUObjectHash: Compacting FUObjectHashTables data took 1.52ms
[2024.01.19-21.37.33:203][294]BlueprintLog: New page: Compile Player_UI
[2024.01.19-21.37.33:260][294]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms
[2024.01.19-21.37.34:105][326]LogFileHelpers: InternalPromptForCheckoutAndSave started...
[2024.01.19-21.37.34:202][326]LogSavePackage: Moving output files for package: /Game/DevelopedContent/BluePrints/Player_UI
[2024.01.19-21.37.34:203][326]LogSavePackage: Moving 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Saved/Player_UI44423F244A3CA545546CC6A4E7428F80.tmp' to 'E:/Unreal Projects/cg_characreatorTea/cg_characreator/CharaCreator/Content/DevelopedContent/BluePrints/Player_UI.uasset'
[2024.01.19-21.37.34:209][326]LogFileHelpers: InternalPromptForCheckoutAndSave took 103 ms (total: 874 ms)
[2024.01.19-21.37.34:213][326]AssetCheck: New page: Asset Save: Player_UI
[2024.01.19-21.37.34:213][326]LogContentValidation: Display: Validating /Script/UMGEditor.WidgetBlueprint /Game/DevelopedContent/BluePrints/Player_UI.Player_UI
[2024.01.19-21.37.36:914][490]LogDebuggerCommands: Repeating last play command: Selected Viewport
[2024.01.19-21.37.36:920][490]LogContentBundle: [Main_Map(Standalone)] Generating Streaming for 0 Content Bundles.
[2024.01.19-21.37.36:920][490]LogWorldPartition: Display: GenerateStreaming for 'Main_Map' started...
[2024.01.19-21.37.37:024][490]LogWorldPartition: Display: GenerateStreaming for 'Main_Map' took 103 ms (total: 994 ms)
[2024.01.19-21.37.37:025][490]LogPlayLevel: PlayLevel: No blueprints needed recompiling
[2024.01.19-21.37.37:025][490]PIE: New page: PIE session: Main_Map (20 Jan 2024, 01:37:37)
[2024.01.19-21.37.37:025][490]LogPlayLevel: Creating play world package: /Game/DevelopedContent/UEDPIE_0_Main_Map
[2024.01.19-21.37.37:034][490]LogPlayLevel: PIE: StaticDuplicateObject took: (0.009495s)
[2024.01.19-21.37.37:034][490]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/DevelopedContent/Main_Map.Main_Map to /Game/DevelopedContent/UEDPIE_0_Main_Map.Main_Map (0.009526s)
[2024.01.19-21.37.37:051][490]LogUObjectHash: Compacting FUObjectHashTables data took 1.51ms
[2024.01.19-21.37.37:054][490]LogWorldSubsystemInput: UEnhancedInputDeveloperSettings::bEnableWorldSubsystem is false, the world subsystem will not be created!
[2024.01.19-21.37.37:054][490]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
[2024.01.19-21.37.37:055][490]LogAIModule: Creating AISystem for world Main_Map
[2024.01.19-21.37.37:055][490]LogWorldPartition: ULevel::OnLevelLoaded(Main_Map)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1)
[2024.01.19-21.37.37:055][490]LogWorldPartition: Display: WorldPartition initialize started...
[2024.01.19-21.37.37:055][490]LogWorldPartition: UWorldPartition::Initialize : World = Main_Map, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0
[2024.01.19-21.37.37:055][490]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0
[2024.01.19-21.37.37:059][490]LogContentBundle: [Main_Map(Standalone)] Creating new contrainer.
[2024.01.19-21.37.37:059][490]LogWorldPartition: Display: WorldPartition initialize took 3 ms (total: 848 ms)
[2024.01.19-21.37.37:059][490]LogPlayLevel: PIE: World Init took: (0.004983s)
[2024.01.19-21.37.37:059][490]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Audio Mixer Platform Settings:
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Sample Rate: 48000
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Number of buffers to queue: 1
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Max Channels (voices): 32
[2024.01.19-21.37.37:059][490]LogAudioMixer: Display: Number of Async Source Workers: 4
[2024.01.19-21.37.37:059][490]LogAudio: Display: AudioDevice MaxSources: 32
[2024.01.19-21.37.37:060][490]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
[2024.01.19-21.37.37:060][490]LogAudio: Display: Audio Reverb Plugin: None (built-in).
[2024.01.19-21.37.37:060][490]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
[2024.01.19-21.37.37:062][490]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2'
[2024.01.19-21.37.37:079][490]LogAudioMixer: Display: Using Audio Hardware Device Speakers (2- Sharkoon SB1)
[2024.01.19-21.37.37:080][490]LogAudioMixer: Display: Initializing Sound Submixes...
[2024.01.19-21.37.37:080][490]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
[2024.01.19-21.37.37:080][490]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
[2024.01.19-21.37.37:081][490]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7
[2024.01.19-21.37.37:081][490]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7
[2024.01.19-21.37.37:082][490]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7
[2024.01.19-21.37.37:082][490]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7
[2024.01.19-21.37.37:082][490]LogInit: FAudioDevice initialized with ID 7.
[2024.01.19-21.37.37:082][490]LogAudio: Display: Audio Device (ID: 7) registered with world 'Main_Map'.
[2024.01.19-21.37.37:082][490]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7
[2024.01.19-21.37.37:085][490]LogLoad: Game class is 'NewBlueprint_C'
[2024.01.19-21.37.37:086][490]LogWorld: Bringing World /Game/DevelopedContent/UEDPIE_0_Main_Map.Main_Map up for play (max tick rate 0) at 2024.01.19-23.37.37
[2024.01.19-21.37.37:086][490]LogWorld: Bringing up level for play took: 0.000794
[2024.01.19-21.37.37:088][490]LogOnline: OSS: Created online subsystem instance for: :Context_10
[2024.01.19-21.37.37:089][490]LogWorldPartition: UWorldPartitionStreamingPolicy: CellsToActivate(1), CellsToLoad(0), CellsToUnload(0)
[2024.01.19-21.37.37:089][490]LogWorldPartition: UWorldPartitionStreamingPolicy: Sources[0] = X=-8236.776 Y=11975.921 Z=390.000,P=-0.000000 Y=-16.600000 R=0.000000
[2024.01.19-21.37.37:089][490]LogStreaming: Display: FlushAsyncLoading(): 3 QueuedPackages, 0 AsyncPackages
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/E/T8/TTEI2MMDZFDPE7D138WIPR.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/E/33/CQJMR39RIQGL8RE6X9ZOBO.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/D/LH/PZ1IUYK7LGXD727TMHKHNM.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/D/K6/I0PP23VOZQ2YBZZ884GRLY.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/QN/FYVVTOAREDH8YVFFTJ6DCP.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/LE/OBVOHXRKKETMXT75QN74B5.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/GY/WTZLY8HO16QPE4I9SLPJUC.StaticMesh_HLOD0_Instancing_7 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/GY/WTZLY8HO16QPE4I9SLPJUC.StaticMesh_HLOD0_Instancing_6 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/GY/WTZLY8HO16QPE4I9SLPJUC.StaticMesh_HLOD0_Instancing_5 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/GY/WTZLY8HO16QPE4I9SLPJUC.StaticMesh_HLOD0_Instancing_4 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/86/T2FRWYO40HAFLTN901F3QY.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/C/62/XLXGORIM1959F9RIMKCH8A.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/B/R9/VI5DLH7P8HZU5JHZEMRRI8.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/B/MJ/BX6LR68PXHEWTAWCEN0Z1B.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/XU/RP5RH45CGDIZ8V99DG4ZFX.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/R8/HLCZATOI8A18K7M1GLQL1K.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/R8/HLCZATOI8A18K7M1GLQL1K.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/G4/8OGB9DCFQ944T00L0JKP7X.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/D8/GDB1067YK6NGRFM9XTMWRU.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/7U/ACAT3RH5P7A8H0TLWGTCLQ.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/A/55/GI3IV57JIOX6FZX5YR9WPL.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/9/VY/GES2G96K44UXAEPXJ43B4H.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/9/VY/GES2G96K44UXAEPXJ43B4H.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/9/8K/N9884A0G8L31OWHTUVM07W.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/9/87/TD8V2S5STVUHB6Y27NRUXL.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/9/87/TD8V2S5STVUHB6Y27NRUXL.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/8/UX/XXMMTYN0ADWWE0RKNM1OWI.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/8/P7/Y6L63FG0YNENHCK3XJ7QV0.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/8/LB/I3079ND5R3XWKFZMRT6E1F.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/8/LB/I3079ND5R3XWKFZMRT6E1F.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/8/66/S4942IYJAV9FMQ4Y5SEVW0.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/7/RX/3E8XG08ZKKH9809KXIOGCV.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/7/7K/XPO0IMBVDO2D98A8MRTCQM.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/6/X5/P9YO4BMGCZ2L2TUFQUKQJ4.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/6/WD/2EGDFKJ0R3SB1WLXTWW5TB.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/6/WD/2EGDFKJ0R3SB1WLXTWW5TB.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/6/VG/6ZMVL3TUSL0DAJQ5SCSWS0.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/QX/U4ZI5BVVJ92YFBRZAMGSM9.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/KW/5XEOA8UPJ6BFT3SNDDHNER.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/I9/GGBK6RR7H837SH5NOFS76X.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/I9/GGBK6RR7H837SH5NOFS76X.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/4I/6TKRBNFQ89VC2TVZOW9QXT.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/3B/X7RKR955TK8PFVW90IDYNQ.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/1M/01YMRMJC6RU1KET890EDLA.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/1M/01YMRMJC6RU1KET890EDLA.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/5/0N/QQZIL2GVXIYPN1SE2D511V.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/4/NP/D9M10XD9GDJE5TTJ59GGH8.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/4/8P/XYTWQ5SVPRBSNQ9GK81LUS.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/4/3M/E9C8AH5J557KVDVJCZPOHV.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/3/I6/31W0TQX8S2I168M9EMXQ2W.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/3/I6/31W0TQX8S2I168M9EMXQ2W.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/3/CW/JT7HCD4L5NZNYR3INCH1B2.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/3/CW/JT7HCD4L5NZNYR3INCH1B2.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/2/YR/QV3XM0RPK8YU00DI9I1X23.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:096][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/2/YR/QV3XM0RPK8YU00DI9I1X23.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/2/FA/3XL6BNM4N793WDTDKMHOFJ.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/2/E8/7HDEAC1T9O6GM86KO9Q12H.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/1/RQ/1ZZALD521OFWQAWXV4XRZI.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/1/AD/MOCB6B9EZNJFGWI2E602F4.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/1/AD/MOCB6B9EZNJFGWI2E602F4.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/1/9R/GL473GALLFB89EFPIDRXM7.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/0/JM/SWH607N8OG2K6CV47CISWE.StaticMesh_HLOD0_Instancing_1 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/0/EZ/4Y9HDAFPARTJICMFEA7GUS.StaticMesh_HLOD0_Instancing_3 being ready before playing
[2024.01.19-21.37.37:097][490]LogStaticMesh: Display: Waiting on static mesh StaticMesh /Game/__ExternalActors__/DevelopedContent/Main_Map/0/EZ/4Y9HDAFPARTJICMFEA7GUS.StaticMesh_HLOD0_Instancing_2 being ready before playing
[2024.01.19-21.37.37:115][490]PIE: Server logged in
[2024.01.19-21.37.37:116][490]PIE: Play in editor total start time 0.195 seconds.
[2024.01.19-21.37.50:482][ 61]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
[2024.01.19-21.37.50:482][ 61]LogWorld: BeginTearingDown for /Game/DevelopedContent/UEDPIE_0_Main_Map
[2024.01.19-21.37.50:482][ 61]LogWorld: UWorld::CleanupWorld for Main_Map, bSessionEnded=true, bCleanupResources=true
[2024.01.19-21.37.50:483][ 61]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2024.01.19-21.37.50:483][ 61]LogContentBundle: [Main_Map(Standalone)] Deleting container.
[2024.01.19-21.37.50:486][ 61]LogPlayLevel: Display: Shutting down PIE online subsystems
[2024.01.19-21.37.50:492][ 61]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2024.01.19-21.37.50:513][ 61]LogAudio: Display: Audio Device unregistered from world 'None'.
[2024.01.19-21.37.50:515][ 61]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7
[2024.01.19-21.37.50:515][ 61]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
[2024.01.19-21.37.50:517][ 61]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7
[2024.01.19-21.37.50:520][ 61]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
[2024.01.19-21.37.50:527][ 61]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms
[2024.01.19-21.37.50:690][ 62]LogPlayLevel: Display: Destroying online subsystem :Context_10
[2024.01.19-21.37.50:729][ 62]LogViewport: Scene viewport resized to 314x177, mode Windowed.
[2024.01.19-21.39.34:781][799]LogUObjectHash: Compacting FUObjectHashTables data took 1.30ms

View File

@ -0,0 +1,358 @@
[+] Containers:
|- [+] Container: /Game/DevelopedContent/Main_Map
| |- [+] ActorDescs:
| | |- Guid:03920DF94EEFC9F86CC66185D32A3DA1 BaseClass: NativeClass:/Script/Engine.StaticMeshActor Name:StaticMeshActor_UAID_A4AE111137DC54FB00_1240666663 Label:SM_SkySphere SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-1638400.000 Y=-1638400.000 Z=-1638400.000), Max=(X=1638400.000 Y=1638400.000 Z=1638400.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:087166344DC73C2961A21AA8D30982C8 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000061048ba5 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-12800.000 Z=0.000), Max=(X=-12800.000 Y=12800.000 Z=1038.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:0887560447341DF39A28B59E3C254C0C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000008429cf49 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=64000.000 Z=8727.344), Max=(X=89600.000 Y=89600.000 Z=12871.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:1D3D26F04B6DC10BEFB5B69E5CF914C8 BaseClass: NativeClass:/Script/Engine.VolumetricCloud Name:VolumetricCloud_UAID_A85E45CFE40401D200_1470381760 Label:VolumetricCloud SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:1DE8D7AC4103A2EABA11649C7FCF8ACA BaseClass: NativeClass:/Script/Engine.SkyLight Name:SkyLight_UAID_A85E45CFE40401D200_1470380759 Label:SkyLight SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:1FFF924A464F03DA46C52499E31A7706 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000075fc1435 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-38400.000 Z=-0.781), Max=(X=12800.000 Y=-12800.000 Z=1993.750) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:218E3B124735712D7EF272B4FB8E7FF6 BaseClass: NativeClass:/Script/Landscape.Landscape Name:Landscape_UAID_A85E45CFE404FBD100_1221515703 Label:Landscape SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-100800.000 Y=-100800.000 Z=100.000), Max=(X=-100800.000 Y=-100800.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- Guid:22FF4B66425E17A8764D958D6339C0F9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ed334d9f Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=64000.000 Z=2080.469), Max=(X=12800.000 Y=89600.000 Z=10647.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:2C5BFD4B41DC7A57E5A081B5F87A1550 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000004fc1faed Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-64000.000 Z=8610.156), Max=(X=89600.000 Y=-38400.000 Z=11772.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:2CE12F874AA39D020A0F4BA5739BD305 BaseClass: NativeClass:/Script/Engine.SkyAtmosphere Name:SkyAtmosphere_UAID_A85E45CFE40401D200_1470382762 Label:SkyAtmosphere SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:2E7465A44F7E365830CF24A8811EF4E1 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007ee1c9e3 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-12800.000 Z=7.031), Max=(X=-38400.000 Y=12800.000 Z=6477.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:314A77E7440ED0FFE72E68A62CA8D1D2 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007a1ec134 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-38400.000 Z=5807.031), Max=(X=-64000.000 Y=-12800.000 Z=9500.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:33CD991548A32A90ED95F0891BC72E78 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000808a2d8c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=38400.000 Z=5341.406), Max=(X=64000.000 Y=64000.000 Z=10853.906) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:37D1C65B454EE451B8EC27A8FD3AA8AB BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e9f6f481 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-64000.000 Z=1064.062), Max=(X=38400.000 Y=-38400.000 Z=6511.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:3E1681BE4375035B429B09B35519417B BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000326281e7 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-38400.000 Z=3310.156), Max=(X=64000.000 Y=-12800.000 Z=11691.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:431912334749DCE71D54A99356C0B360 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000eef772e0 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-12800.000 Z=847.656), Max=(X=-64000.000 Y=12800.000 Z=9271.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:5368FABB47D6D9580DAECA8B0417BF92 BaseClass: NativeClass:/Script/Engine.WorldDataLayers Name:WorldDataLayers Label:WorldDataLayers-1 SpatiallyLoaded:0 Bounds:Invalid RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:1
| | |- Guid:5411FF1949C35F3A598AD0BD69C6E231 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000058c07e9c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=64000.000 Z=7785.156), Max=(X=64000.000 Y=89600.000 Z=11791.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:548F2705451DA2FC98B90486A2E7ED3F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000fdc49d15 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-64000.000 Z=5639.844), Max=(X=64000.000 Y=-38400.000 Z=10830.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:56D32ADD4F5EDC7E9E5678A25C3C90A9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000009ec32732 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=12800.000 Z=0.000), Max=(X=38400.000 Y=38400.000 Z=5888.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:59D567B34B74458883F0C086B173ED53 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000000479efcd Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=38400.000 Z=5450.781), Max=(X=-64000.000 Y=64000.000 Z=11130.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:5A9B76F04897746AA4EF02ADE6A0C75C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002387b43f Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=12800.000 Z=131.250), Max=(X=-38400.000 Y=38400.000 Z=8019.531) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:5E533D61427B820102A1EDAD9D476A2D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e893856a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-89600.000 Z=5939.844), Max=(X=64000.000 Y=-64000.000 Z=10986.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:6300AA344D7E740451747796C13A1D4F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ada93d64 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-64000.000 Z=5113.281), Max=(X=-38400.000 Y=-38400.000 Z=7863.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:647817754841478B7E4EB58985DEE0EA BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007055a5f9 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-89600.000 Z=6572.656), Max=(X=-12800.000 Y=-64000.000 Z=11941.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:677A2BF8450120D0FC0CCEA119B4B7C9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ce61b913 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=38400.000 Z=1202.344), Max=(X=38400.000 Y=64000.000 Z=8677.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:68D00BCA4F55B410044F9D9FBC70652E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000004985b47c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=64000.000 Z=6619.531), Max=(X=-38400.000 Y=89600.000 Z=13197.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:6FA6641747858E98101CB895F7A7EED8 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002cd92eb1 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=38400.000 Z=1284.375), Max=(X=-12800.000 Y=64000.000 Z=7450.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:738C4ED141E18122A2358F84E3951E17 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000089b7cce8 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=12800.000 Z=0.000), Max=(X=-12800.000 Y=38400.000 Z=3609.375) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:7644B38E49943AEA928F7980DBD39FF5 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000061d8a24a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=64000.000 Z=5080.469), Max=(X=-12800.000 Y=89600.000 Z=13166.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:779EABBB46F91F89120F66ABA6E5C88C BaseClass:/Game/DevelopedContent/Character.Character_C NativeClass:/Script/Engine.Actor Name:Character_C_UAID_B42E99604EF124BC01_1890532033 Label:Character SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-7680.000 Y=11710.000 Z=-20.000), Max=(X=-7620.000 Y=12110.000 Z=260.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- Guid:7EB577C1484BEBBD4B5D77AF6A9FD488 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000009100159d Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=12800.000 Z=5872.656), Max=(X=89600.000 Y=38400.000 Z=13596.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:815A27B240A0C1A12D2ADC811F72CC30 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000cf9074b0 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-12800.000 Z=0.000), Max=(X=38400.000 Y=12800.000 Z=3310.156) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:8246F9C84C13BD3D8E1D528D1EC54C79 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000076832c01 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-38400.000 Z=9125.781), Max=(X=89600.000 Y=-12800.000 Z=12972.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:85A1405B41C50D08F8434E991DAAC9DB BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002a2da2ce Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=12800.000 Z=-0.781), Max=(X=12800.000 Y=38400.000 Z=1284.375) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:87AD541C45D7769AD130879D753E2E45 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000077f7731e Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=64000.000 Z=2653.906), Max=(X=38400.000 Y=89600.000 Z=9796.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:8FE63B434849D761E62B0FAE6CFC6742 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000809b5cf8 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=38400.000 Z=9205.469), Max=(X=89600.000 Y=64000.000 Z=14989.844) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:904ABE1C4A39F6244FCE0DACE6F83751 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000923b1f94 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-12800.000 Z=870.312), Max=(X=64000.000 Y=12800.000 Z=9125.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:92451E4545D9B4D65D594C897520AFFE BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000249b061a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-38400.000 Z=0.000), Max=(X=-12800.000 Y=-12800.000 Z=5260.156) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:932568234ECC23E19F09B4A8CB3E252A BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000008074caed Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-89600.000 Z=4621.094), Max=(X=12800.000 Y=-64000.000 Z=11442.969) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:9818F7E546C6A3993192FA84B048DB6A BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000025e68ee6 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-38400.000 Z=1038.281), Max=(X=-38400.000 Y=-12800.000 Z=8925.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:9CBBDFD8486812AAE8770CB093DB7460 BaseClass: NativeClass:/Script/Landscape.LandscapeStreamingProxy Name:LandscapeStreamingProxy_D7T4VF4LBP34PHV9XOEVM5TIG_1_3_4_0 Label:LandscapeStreamingProxy_3_4_0 SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-25200.000 Y=0.000 Z=-100.000), Max=(X=0.000 Y=25200.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- Guid:9D1AAC1C44C967DA67BFE1855888E6B9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000005ade2593 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=12800.000 Z=3900.781), Max=(X=-64000.000 Y=38400.000 Z=10327.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:A094EFD842C29193F3CF828F922AD58C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000002ff7cbc Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-64000.000 Z=5449.219), Max=(X=-64000.000 Y=-38400.000 Z=8761.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:A0BEE913467B787061A3FCBD13D89F73 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000b1d9170c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-38400.000 Z=0.781), Max=(X=38400.000 Y=-12800.000 Z=6920.312) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:A1B58B714367A2E4145D728993CF16AC BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000047fd3b2b Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-89600.000 Z=7269.531), Max=(X=-64000.000 Y=-64000.000 Z=12157.031) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:A344A312417AA4DAB3863D85A6EACA25 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000faffa43c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-89600.000 Z=4950.781), Max=(X=38400.000 Y=-64000.000 Z=8967.969) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:A653EAAA479703688EFD89BF5993FD8C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000456f111a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-12800.000 Z=5091.406), Max=(X=89600.000 Y=12800.000 Z=11586.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:AAAC6B5742760A58C2206DB37E44683C BaseClass: NativeClass:/Script/Engine.DirectionalLight Name:DirectionalLight_UAID_A85E45CFE40401D200_1470382761 Label:DirectionalLight SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-4398046511104.000 Y=-4398046511104.000 Z=-4398046511104.000), Max=(X=4398046511104.000 Y=4398046511104.000 Z=4398046511104.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:AEFE58524EB02A574182C1AC85D76E6D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000be4f81c5 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-89600.000 Z=6608.594), Max=(X=-38400.000 Y=-64000.000 Z=12658.594) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:B4462E9349E4C0A56D2E3F9F561B1C9D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000a7e8df26 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-12800.000 Z=-100.000), Max=(X=12800.000 Y=12800.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:C107B6DF4889256CA03FC4B623CDB5FC BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e95cf541 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-64000.000 Z=1993.750), Max=(X=-12800.000 Y=-38400.000 Z=8566.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:C6104E604E796D22C97031BCDB5FCAF0 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007e3ba091 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=12800.000 Z=2264.062), Max=(X=64000.000 Y=38400.000 Z=9232.031) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:D3FB7383421AAEFD3DB6F8B1E415A9FE BaseClass: NativeClass:/Script/Engine.ExponentialHeightFog Name:ExponentialHeightFog_UAID_A85E45CFE40401D200_1470382763 Label:ExponentialHeightFog SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-5600.000 Y=-50.000 Z=-6850.000), Max=(X=-5600.000 Y=-50.000 Z=-6850.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- Guid:D97B3E514D1673FB3F1DAE9393134162 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e6f72a11 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=64000.000 Z=8263.281), Max=(X=-64000.000 Y=89600.000 Z=13605.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:E94AA2814B807AD72A3C8C8201C8737F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000027100cbc Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-64000.000 Z=106.250), Max=(X=12800.000 Y=-38400.000 Z=8805.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:EBF8DE9142610DD283151BA545B7173A BaseClass: NativeClass:/Script/Engine.CameraActor Name:CameraActor_UAID_A8A15913A1432FD101_1315655136 Label:CameraActor SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-8240.000 Y=11910.000 Z=170.000), Max=(X=-8240.000 Y=11910.000 Z=170.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- Guid:EFE127DE4AC87B71A77BF185DB0CE52E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000a0644c05 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-89600.000 Z=7522.656), Max=(X=89600.000 Y=-64000.000 Z=13553.906) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:F28AE21E43BC5CB958703B8708F1A64E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000462530dd Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=38400.000 Z=100.000), Max=(X=12800.000 Y=64000.000 Z=5252.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- Guid:F4E81540458864929650D1B8E8566222 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000195576f6 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=38400.000 Z=3219.531), Max=(X=-38400.000 Y=64000.000 Z=9172.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| |- [+] Clusters:
| | |- [+] [ 0]
| | | |- Guid:03920DF94EEFC9F86CC66185D32A3DA1 BaseClass: NativeClass:/Script/Engine.StaticMeshActor Name:StaticMeshActor_UAID_A4AE111137DC54FB00_1240666663 Label:SM_SkySphere SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-1638400.000 Y=-1638400.000 Z=-1638400.000), Max=(X=1638400.000 Y=1638400.000 Z=1638400.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 1]
| | | |- Guid:087166344DC73C2961A21AA8D30982C8 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000061048ba5 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-12800.000 Z=0.000), Max=(X=-12800.000 Y=12800.000 Z=1038.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 2]
| | | |- Guid:0887560447341DF39A28B59E3C254C0C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000008429cf49 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=64000.000 Z=8727.344), Max=(X=89600.000 Y=89600.000 Z=12871.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 3]
| | | |- Guid:1D3D26F04B6DC10BEFB5B69E5CF914C8 BaseClass: NativeClass:/Script/Engine.VolumetricCloud Name:VolumetricCloud_UAID_A85E45CFE40401D200_1470381760 Label:VolumetricCloud SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 4]
| | | |- Guid:1DE8D7AC4103A2EABA11649C7FCF8ACA BaseClass: NativeClass:/Script/Engine.SkyLight Name:SkyLight_UAID_A85E45CFE40401D200_1470380759 Label:SkyLight SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 5]
| | | |- Guid:1FFF924A464F03DA46C52499E31A7706 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000075fc1435 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-38400.000 Z=-0.781), Max=(X=12800.000 Y=-12800.000 Z=1993.750) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 6]
| | | |- Guid:218E3B124735712D7EF272B4FB8E7FF6 BaseClass: NativeClass:/Script/Landscape.Landscape Name:Landscape_UAID_A85E45CFE404FBD100_1221515703 Label:Landscape SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-100800.000 Y=-100800.000 Z=100.000), Max=(X=-100800.000 Y=-100800.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- [+] [ 7]
| | | |- Guid:22FF4B66425E17A8764D958D6339C0F9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ed334d9f Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=64000.000 Z=2080.469), Max=(X=12800.000 Y=89600.000 Z=10647.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 8]
| | | |- Guid:2C5BFD4B41DC7A57E5A081B5F87A1550 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000004fc1faed Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-64000.000 Z=8610.156), Max=(X=89600.000 Y=-38400.000 Z=11772.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 9]
| | | |- Guid:2CE12F874AA39D020A0F4BA5739BD305 BaseClass: NativeClass:/Script/Engine.SkyAtmosphere Name:SkyAtmosphere_UAID_A85E45CFE40401D200_1470382762 Label:SkyAtmosphere SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=0.000 Y=0.000 Z=0.000), Max=(X=0.000 Y=0.000 Z=0.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 10]
| | | |- Guid:2E7465A44F7E365830CF24A8811EF4E1 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007ee1c9e3 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-12800.000 Z=7.031), Max=(X=-38400.000 Y=12800.000 Z=6477.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 11]
| | | |- Guid:314A77E7440ED0FFE72E68A62CA8D1D2 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007a1ec134 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-38400.000 Z=5807.031), Max=(X=-64000.000 Y=-12800.000 Z=9500.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 12]
| | | |- Guid:33CD991548A32A90ED95F0891BC72E78 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000808a2d8c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=38400.000 Z=5341.406), Max=(X=64000.000 Y=64000.000 Z=10853.906) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 13]
| | | |- Guid:37D1C65B454EE451B8EC27A8FD3AA8AB BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e9f6f481 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-64000.000 Z=1064.062), Max=(X=38400.000 Y=-38400.000 Z=6511.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 14]
| | | |- Guid:3E1681BE4375035B429B09B35519417B BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000326281e7 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-38400.000 Z=3310.156), Max=(X=64000.000 Y=-12800.000 Z=11691.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 15]
| | | |- Guid:431912334749DCE71D54A99356C0B360 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000eef772e0 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-12800.000 Z=847.656), Max=(X=-64000.000 Y=12800.000 Z=9271.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 16]
| | | |- Guid:5368FABB47D6D9580DAECA8B0417BF92 BaseClass: NativeClass:/Script/Engine.WorldDataLayers Name:WorldDataLayers Label:WorldDataLayers-1 SpatiallyLoaded:0 Bounds:Invalid RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:1
| | |- [+] [ 17]
| | | |- Guid:5411FF1949C35F3A598AD0BD69C6E231 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000058c07e9c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=64000.000 Z=7785.156), Max=(X=64000.000 Y=89600.000 Z=11791.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 18]
| | | |- Guid:548F2705451DA2FC98B90486A2E7ED3F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000fdc49d15 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-64000.000 Z=5639.844), Max=(X=64000.000 Y=-38400.000 Z=10830.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 19]
| | | |- Guid:56D32ADD4F5EDC7E9E5678A25C3C90A9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000009ec32732 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=12800.000 Z=0.000), Max=(X=38400.000 Y=38400.000 Z=5888.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 20]
| | | |- Guid:59D567B34B74458883F0C086B173ED53 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000000479efcd Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=38400.000 Z=5450.781), Max=(X=-64000.000 Y=64000.000 Z=11130.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 21]
| | | |- Guid:5A9B76F04897746AA4EF02ADE6A0C75C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002387b43f Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=12800.000 Z=131.250), Max=(X=-38400.000 Y=38400.000 Z=8019.531) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 22]
| | | |- Guid:5E533D61427B820102A1EDAD9D476A2D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e893856a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-89600.000 Z=5939.844), Max=(X=64000.000 Y=-64000.000 Z=10986.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 23]
| | | |- Guid:6300AA344D7E740451747796C13A1D4F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ada93d64 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-64000.000 Z=5113.281), Max=(X=-38400.000 Y=-38400.000 Z=7863.281) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 24]
| | | |- Guid:647817754841478B7E4EB58985DEE0EA BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007055a5f9 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-89600.000 Z=6572.656), Max=(X=-12800.000 Y=-64000.000 Z=11941.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 25]
| | | |- Guid:677A2BF8450120D0FC0CCEA119B4B7C9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000ce61b913 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=38400.000 Z=1202.344), Max=(X=38400.000 Y=64000.000 Z=8677.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 26]
| | | |- Guid:68D00BCA4F55B410044F9D9FBC70652E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000004985b47c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=64000.000 Z=6619.531), Max=(X=-38400.000 Y=89600.000 Z=13197.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 27]
| | | |- Guid:6FA6641747858E98101CB895F7A7EED8 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002cd92eb1 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=38400.000 Z=1284.375), Max=(X=-12800.000 Y=64000.000 Z=7450.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 28]
| | | |- Guid:738C4ED141E18122A2358F84E3951E17 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000089b7cce8 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=12800.000 Z=0.000), Max=(X=-12800.000 Y=38400.000 Z=3609.375) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 29]
| | | |- Guid:7644B38E49943AEA928F7980DBD39FF5 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000061d8a24a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=64000.000 Z=5080.469), Max=(X=-12800.000 Y=89600.000 Z=13166.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 30]
| | | |- Guid:779EABBB46F91F89120F66ABA6E5C88C BaseClass:/Game/DevelopedContent/Character.Character_C NativeClass:/Script/Engine.Actor Name:Character_C_UAID_B42E99604EF124BC01_1890532033 Label:Character SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-7680.000 Y=11710.000 Z=-20.000), Max=(X=-7620.000 Y=12110.000 Z=260.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- [+] [ 31]
| | | |- Guid:7EB577C1484BEBBD4B5D77AF6A9FD488 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000009100159d Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=12800.000 Z=5872.656), Max=(X=89600.000 Y=38400.000 Z=13596.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 32]
| | | |- Guid:815A27B240A0C1A12D2ADC811F72CC30 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000cf9074b0 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-12800.000 Z=0.000), Max=(X=38400.000 Y=12800.000 Z=3310.156) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 33]
| | | |- Guid:8246F9C84C13BD3D8E1D528D1EC54C79 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000076832c01 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-38400.000 Z=9125.781), Max=(X=89600.000 Y=-12800.000 Z=12972.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 34]
| | | |- Guid:85A1405B41C50D08F8434E991DAAC9DB BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000002a2da2ce Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=12800.000 Z=-0.781), Max=(X=12800.000 Y=38400.000 Z=1284.375) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 35]
| | | |- Guid:87AD541C45D7769AD130879D753E2E45 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000077f7731e Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=64000.000 Z=2653.906), Max=(X=38400.000 Y=89600.000 Z=9796.094) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 36]
| | | |- Guid:8FE63B434849D761E62B0FAE6CFC6742 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000809b5cf8 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=38400.000 Z=9205.469), Max=(X=89600.000 Y=64000.000 Z=14989.844) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 37]
| | | |- Guid:904ABE1C4A39F6244FCE0DACE6F83751 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000923b1f94 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=-12800.000 Z=870.312), Max=(X=64000.000 Y=12800.000 Z=9125.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 38]
| | | |- Guid:92451E4545D9B4D65D594C897520AFFE BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000249b061a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-38400.000 Z=0.000), Max=(X=-12800.000 Y=-12800.000 Z=5260.156) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 39]
| | | |- Guid:932568234ECC23E19F09B4A8CB3E252A BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000008074caed Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-89600.000 Z=4621.094), Max=(X=12800.000 Y=-64000.000 Z=11442.969) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 40]
| | | |- Guid:9818F7E546C6A3993192FA84B048DB6A BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000025e68ee6 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-38400.000 Z=1038.281), Max=(X=-38400.000 Y=-12800.000 Z=8925.781) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 41]
| | | |- Guid:9CBBDFD8486812AAE8770CB093DB7460 BaseClass: NativeClass:/Script/Landscape.LandscapeStreamingProxy Name:LandscapeStreamingProxy_D7T4VF4LBP34PHV9XOEVM5TIG_1_3_4_0 Label:LandscapeStreamingProxy_3_4_0 SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-25200.000 Y=0.000 Z=-100.000), Max=(X=0.000 Y=25200.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- [+] [ 42]
| | | |- Guid:9D1AAC1C44C967DA67BFE1855888E6B9 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000005ade2593 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=12800.000 Z=3900.781), Max=(X=-64000.000 Y=38400.000 Z=10327.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 43]
| | | |- Guid:A094EFD842C29193F3CF828F922AD58C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000002ff7cbc Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-64000.000 Z=5449.219), Max=(X=-64000.000 Y=-38400.000 Z=8761.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 44]
| | | |- Guid:A0BEE913467B787061A3FCBD13D89F73 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000b1d9170c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-38400.000 Z=0.781), Max=(X=38400.000 Y=-12800.000 Z=6920.312) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 45]
| | | |- Guid:A1B58B714367A2E4145D728993CF16AC BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000047fd3b2b Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=-89600.000 Z=7269.531), Max=(X=-64000.000 Y=-64000.000 Z=12157.031) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 46]
| | | |- Guid:A344A312417AA4DAB3863D85A6EACA25 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000faffa43c Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X1_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=12800.000 Y=-89600.000 Z=4950.781), Max=(X=38400.000 Y=-64000.000 Z=8967.969) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 47]
| | | |- Guid:A653EAAA479703688EFD89BF5993FD8C BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000456f111a Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-12800.000 Z=5091.406), Max=(X=89600.000 Y=12800.000 Z=11586.719) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 48]
| | | |- Guid:AAAC6B5742760A58C2206DB37E44683C BaseClass: NativeClass:/Script/Engine.DirectionalLight Name:DirectionalLight_UAID_A85E45CFE40401D200_1470382761 Label:DirectionalLight SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-4398046511104.000 Y=-4398046511104.000 Z=-4398046511104.000), Max=(X=4398046511104.000 Y=4398046511104.000 Z=4398046511104.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 49]
| | | |- Guid:AEFE58524EB02A574182C1AC85D76E6D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000be4f81c5 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=-89600.000 Z=6608.594), Max=(X=-38400.000 Y=-64000.000 Z=12658.594) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 50]
| | | |- Guid:B4462E9349E4C0A56D2E3F9F561B1C9D BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000a7e8df26 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y0 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-12800.000 Z=-100.000), Max=(X=12800.000 Y=12800.000 Z=100.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 51]
| | | |- Guid:C107B6DF4889256CA03FC4B623CDB5FC BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e95cf541 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-1_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-38400.000 Y=-64000.000 Z=1993.750), Max=(X=-12800.000 Y=-38400.000 Z=8566.406) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 52]
| | | |- Guid:C6104E604E796D22C97031BCDB5FCAF0 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_000000007e3ba091 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X2_Y1 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=38400.000 Y=12800.000 Z=2264.062), Max=(X=64000.000 Y=38400.000 Z=9232.031) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 53]
| | | |- Guid:D3FB7383421AAEFD3DB6F8B1E415A9FE BaseClass: NativeClass:/Script/Engine.ExponentialHeightFog Name:ExponentialHeightFog_UAID_A85E45CFE40401D200_1470382763 Label:ExponentialHeightFog SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-5600.000 Y=-50.000 Z=-6850.000), Max=(X=-5600.000 Y=-50.000 Z=-6850.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:Lighting FolderGuid:B7E9BD5B45A652654791988DEF54CCEB
| | |- [+] [ 54]
| | | |- Guid:D97B3E514D1673FB3F1DAE9393134162 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000e6f72a11 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-3_Y3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-89600.000 Y=64000.000 Z=8263.281), Max=(X=-64000.000 Y=89600.000 Z=13605.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 55]
| | | |- Guid:E94AA2814B807AD72A3C8C8201C8737F BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_0000000027100cbc Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y-2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=-64000.000 Z=106.250), Max=(X=12800.000 Y=-38400.000 Z=8805.469) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 56]
| | | |- Guid:EBF8DE9142610DD283151BA545B7173A BaseClass: NativeClass:/Script/Engine.CameraActor Name:CameraActor_UAID_A8A15913A1432FD101_1315655136 Label:CameraActor SpatiallyLoaded:1 Bounds:IsValid=true, Min=(X=-8240.000 Y=11910.000 Z=170.000), Max=(X=-8240.000 Y=11910.000 Z=170.000) RuntimeGrid:None EditorOnly:0 RuntimeOnly:0 HLODRelevant:0 ListedInSceneOutliner:1 IsMainWorldOnly:0
| | |- [+] [ 57]
| | | |- Guid:EFE127DE4AC87B71A77BF185DB0CE52E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000a0644c05 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X3_Y-3 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=64000.000 Y=-89600.000 Z=7522.656), Max=(X=89600.000 Y=-64000.000 Z=13553.906) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 58]
| | | |- Guid:F28AE21E43BC5CB958703B8708F1A64E BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000462530dd Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X0_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-12800.000 Y=38400.000 Z=100.000), Max=(X=12800.000 Y=64000.000 Z=5252.344) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
| | |- [+] [ 59]
| | | |- Guid:F4E81540458864929650D1B8E8566222 BaseClass: NativeClass:/Script/Engine.WorldPartitionHLOD Name:HLOD0_Instancing_00000000195576f6 Label:HLOD0_Instancing/OpenWorld_MainGrid_L0_X-2_Y2 SpatiallyLoaded:0 Bounds:IsValid=true, Min=(X=-64000.000 Y=38400.000 Z=3219.531), Max=(X=-38400.000 Y=64000.000 Z=9172.656) RuntimeGrid:None EditorOnly:0 RuntimeOnly:1 HLODRelevant:1 ListedInSceneOutliner:1 IsMainWorldOnly:0 FolderPath:HLOD/HLOD0_Instancing FolderGuid:C11A5F59487C0DB2AA58CABA5DEDB377
|- ContainerInstances:
|- [+] MainContainer:
| |- ID: 00000000000000000000000000000000
| |- ParentID: 00000000000000000000000000000000
| |- Bounds: IsValid=true, Min=(X=-25200.000 Y=0.000 Z=-100.000), Max=(X=0.000 Y=25200.000 Z=260.000)
| |- Transform: 0.000000,0.000000,0.000000|0.000000,0.000000,-0.000000|1.000000,1.000000,1.000000
| |- Container: /Game/DevelopedContent/Main_Map
----------------------------------------------------------------------------------------------------------------
Main_Map - Persistent Level
----------------------------------------------------------------------------------------------------------------
[+] Content of Main_Map Persistent Level
|- Always loaded Actor Count: 66
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.AbstractNavData-Default
|- Actor Package: /Game/DevelopedContent/Main_Map
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.Brush_0
|- Actor Package: /Game/DevelopedContent/Main_Map
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.CameraActor_UAID_A8A15913A1432FD101_1315655136
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/D/CW/KHSPYKT444U02I22S1FJ55
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.Character_C_UAID_B42E99604EF124BC01_1890532033
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/B/U4/EWS5JI8S5SH0EXQQWW72FH
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.DefaultPhysicsVolume_0
|- Actor Package: /Game/DevelopedContent/Main_Map
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.DirectionalLight_UAID_A85E45CFE40401D200_1470382761
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/2S/DTWT9KKNNJ0SXK8Y4BIVV9
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.ExponentialHeightFog_UAID_A85E45CFE40401D200_1470382763
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/Y0/HJ9NQYJTCCGE9FW64N4RN6
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.GameplayDebuggerPlayerManager_0
|- Actor Package: /Game/DevelopedContent/Main_Map
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000002ff7cbc
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/0/JM/SWH607N8OG2K6CV47CISWE
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000000479efcd
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/KW/5XEOA8UPJ6BFT3SNDDHNER
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000195576f6
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/55/GI3IV57JIOX6FZX5YR9WPL
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000002387b43f
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/E/T8/TTEI2MMDZFDPE7D138WIPR
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000249b061a
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/D/LH/PZ1IUYK7LGXD727TMHKHNM
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000025e68ee6
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/C/62/XLXGORIM1959F9RIMKCH8A
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000027100cbc
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/9/87/TD8V2S5STVUHB6Y27NRUXL
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000002a2da2ce
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/3/CW/JT7HCD4L5NZNYR3INCH1B2
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000002cd92eb1
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/C/86/T2FRWYO40HAFLTN901F3QY
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000326281e7
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/7U/ACAT3RH5P7A8H0TLWGTCLQ
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000456f111a
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/R8/HLCZATOI8A18K7M1GLQL1K
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000462530dd
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/I9/GGBK6RR7H837SH5NOFS76X
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000047fd3b2b
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/7K/XPO0IMBVDO2D98A8MRTCQM
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000004985b47c
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/8/P7/Y6L63FG0YNENHCK3XJ7QV0
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000004fc1faed
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/4/NP/D9M10XD9GDJE5TTJ59GGH8
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000058c07e9c
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/4/8P/XYTWQ5SVPRBSNQ9GK81LUS
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000005ade2593
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/E/33/CQJMR39RIQGL8RE6X9ZOBO
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000061048ba5
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/8/LB/I3079ND5R3XWKFZMRT6E1F
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000061d8a24a
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/1/RQ/1ZZALD521OFWQAWXV4XRZI
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000007055a5f9
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/0N/QQZIL2GVXIYPN1SE2D511V
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000075fc1435
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/0/EZ/4Y9HDAFPARTJICMFEA7GUS
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000076832c01
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/G4/8OGB9DCFQ944T00L0JKP7X
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000077f7731e
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/B/MJ/BX6LR68PXHEWTAWCEN0Z1B
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000007a1ec134
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/6/VG/6ZMVL3TUSL0DAJQ5SCSWS0
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000007e3ba091
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/4/3M/E9C8AH5J557KVDVJCZPOHV
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000007ee1c9e3
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/2/YR/QV3XM0RPK8YU00DI9I1X23
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000008074caed
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/1/AD/MOCB6B9EZNJFGWI2E602F4
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000808a2d8c
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/3B/X7RKR955TK8PFVW90IDYNQ
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000809b5cf8
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/2/FA/3XL6BNM4N793WDTDKMHOFJ
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000008429cf49
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/4I/6TKRBNFQ89VC2TVZOW9QXT
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_0000000089b7cce8
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/B/R9/VI5DLH7P8HZU5JHZEMRRI8
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000009100159d
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/RX/3E8XG08ZKKH9809KXIOGCV
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000923b1f94
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/1M/01YMRMJC6RU1KET890EDLA
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_000000009ec32732
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/8/UX/XXMMTYN0ADWWE0RKNM1OWI
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000a0644c05
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/D8/GDB1067YK6NGRFM9XTMWRU
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000a7e8df26
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/C/GY/WTZLY8HO16QPE4I9SLPJUC
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000ada93d64
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/1/9R/GL473GALLFB89EFPIDRXM7
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000b1d9170c
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/9/8K/N9884A0G8L31OWHTUVM07W
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000be4f81c5
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/6/X5/P9YO4BMGCZ2L2TUFQUKQJ4
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000ce61b913
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/D/K6/I0PP23VOZQ2YBZZ884GRLY
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000cf9074b0
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/9/VY/GES2G96K44UXAEPXJ43B4H
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000e6f72a11
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/8/66/S4942IYJAV9FMQ4Y5SEVW0
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000e893856a
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/C/QN/FYVVTOAREDH8YVFFTJ6DCP
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000e95cf541
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/XU/RP5RH45CGDIZ8V99DG4ZFX
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000e9f6f481
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/C/LE/OBVOHXRKKETMXT75QN74B5
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000ed334d9f
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/3/I6/31W0TQX8S2I168M9EMXQ2W
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000eef772e0
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/6/WD/2EGDFKJ0R3SB1WLXTWW5TB
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000faffa43c
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/2/E8/7HDEAC1T9O6GM86KO9Q12H
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.HLOD0_Instancing_00000000fdc49d15
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/QX/U4ZI5BVVJ92YFBRZAMGSM9
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.Landscape_UAID_A85E45CFE404FBD100_1221515703
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/0/0J/68QA3MXP8XYN0FWAW014KB
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.LandscapeStreamingProxy_D7T4VF4LBP34PHV9XOEVM5TIG_1_3_4_0
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/9/91/GAWGQ49H9QTN68T1CFELVH
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.SkyAtmosphere_UAID_A85E45CFE40401D200_1470382762
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/5/2G/CISKJTPNAKV3929MRICJOJ
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.SkyLight_UAID_A85E45CFE40401D200_1470380759
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/O2/OWBFLF9S4RHVLR65RZEM0Q
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.StaticMeshActor_UAID_A4AE111137DC54FB00_1240666663
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/T6/9H1RBIM6VLUJQO8YBZRZF6
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.VolumetricCloud_UAID_A85E45CFE40401D200_1470381760
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/A/90/B0UHI2G5QYU28Y2G7BRJK3
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.WorldDataLayers
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/7/CA/6QPJHC4FPQUGMBH6Z1KKFH
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.WorldPartitionMiniMap_UAID_3497F631D5890DD300_1296925927
|- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/4/H3/YALS9KSUX359BOTXUQ4X8V
|- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.WorldSettings
|- Actor Package: /Game/DevelopedContent/Main_Map
----------------------------------------------------------------------------------------------------------------
Main_Map - Runtime Spatial Hash - Streaming Grid - MainGrid
----------------------------------------------------------------------------------------------------------------
Origin: X=0.000 Y=0.000 Z=0.000
Cell Size: 25600
World Bounds: IsValid=true, Min=(X=-25200.000 Y=0.000 Z=-100.000), Max=(X=0.000 Y=25200.000 Z=260.000)
Loading Range: 76800.00
Block Slow Loading: No
ClientOnlyVisible: No
Origin: X=0.000 Y=0.000 Z=0.000
[+] Grid Levels: 2
|- Level 0: Cell Count 1 | Cell Size 25600 | Actor Count 3 (100.0%)
|- Level 1: Cell Count 0 | Cell Size 51200 | Actor Count 0 (0.0%)
[+] Content of Grid Level 0
|- [+] Content of Cell Main_Map_MainGrid_L0_X0_Y0 (6GB5WJKWXFSCZ9F6YEKT9I0AV)
| |- Actor Count: 3
| |- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.Character_C_UAID_B42E99604EF124BC01_1890532033
| |- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/B/U4/EWS5JI8S5SH0EXQQWW72FH
| |- Actor Instance Guid: 779EABBB46F91F89120F66ABA6E5C88C
| |- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.LandscapeStreamingProxy_D7T4VF4LBP34PHV9XOEVM5TIG_1_3_4_0
| |- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/9/91/GAWGQ49H9QTN68T1CFELVH
| |- Actor Instance Guid: 9CBBDFD8486812AAE8770CB093DB7460
| |- Actor Path: /Game/DevelopedContent/Main_Map.Main_Map:PersistentLevel.CameraActor_UAID_A8A15913A1432FD101_1315655136
| |- Actor Package: /Game/__ExternalActors__/DevelopedContent/Main_Map/D/CW/KHSPYKT444U02I22S1FJ55
| |- Actor Instance Guid: EBF8DE9142610DD283151BA545B7173A
[+] Content of Grid Level 1